Class jDbTools

Description

Provides utilities methods for a database

  • abstract:

Located in /db/jDbTools.class.php (line 83)


	
			
Direct descendents
Class Description
mysqlDbTools Provides utilities methods for a mysql database
intuitionDbTools
ociDbTools
sqliteDbTools classe d'outils pour gérer une base de données
pgsqlDbTools
Variable Summary
Method Summary
jDbTools __construct ( $connector)
void execSQLScript ( $file)
array getFieldList ( $tableName)
void getTableList ()
void _getFieldList ( $tableName)
void _getTableList ()
Variables
mixed $dbmsStyle = array('/^\s*#/', '/;\s*$/') (line 119)

regular expression to detect comments and end of query

  • access: protected
jDbConnection $_connector (line 89)

the database connector

  • access: protected
Methods
Constructor __construct (line 94)
jDbTools __construct ( $connector)
  • $connector

Redefined in descendants as:
execSQLScript (line 121)
  • access: public
void execSQLScript ( $file)
  • $file

Redefined in descendants as:
getFieldList (line 109)

return the field list of a given table

  • return: array of jDbFieldProperties
  • access: public
array getFieldList ( $tableName)
  • $tableName
getTableList (line 101)

returns the table list

  • access: public
void getTableList ()
_getFieldList (line 114)
  • abstract:
  • access: protected
void _getFieldList ( $tableName)
  • $tableName

Redefined in descendants as:
_getTableList (line 113)
  • abstract:
  • access: protected
void _getTableList ()

Redefined in descendants as:

Documentation generated on Thu, 22 Mar 2012 22:15:22 +0100 by phpDocumentor 1.4.3