Class mysqlDbTools

Description

Provides utilities methods for a mysql database

Located in /plugins/db/mysql/mysql.dbtools.php (line 22)

jDbTools
   |
   --mysqlDbTools
Method Summary
void execSQLScript ( $file)
void parseSQLScript ( $script)
array _getFieldList ( $tableName)
array _getTableList ()
Variables

Inherited Variables

Inherited from jDbTools

jDbTools::$dbmsStyle
jDbTools::$_connector
Methods
execSQLScript (line 86)
  • access: public
void execSQLScript ( $file)
  • $file

Redefinition of:
jDbTools::execSQLScript()
parseSQLScript (line 101)
  • access: protected
void parseSQLScript ( $script)
  • $script
_getFieldList (line 54)

récupère la liste des champs pour une base donnée.

  • return: = obj avec prop (tye, length, lengthVar, notnull)
array _getFieldList ( $tableName)
  • $tableName

Redefinition of:
jDbTools::_getFieldList()
_getTableList (line 28)

retourne la liste des tables

  • return: = $nomDeTable
array _getTableList ()

Redefinition of:
jDbTools::_getTableList()

Inherited Methods

Inherited From jDbTools

jDbTools::__construct()
jDbTools::execSQLScript()
jDbTools::getFieldList()
jDbTools::getTableList()
jDbTools::_getFieldList()
jDbTools::_getTableList()

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