Class mssqlDbTools

Description

Located in /plugins/db/mssql/mssql.dbtools.php (line 15)

jDbTools
   |
   --mssqlDbTools
Variable Summary
mixed $dbmsStyle
Method Summary
array getFieldList (string $tableName, [string $sequence = ''])
array getTableList ()
Variables
mixed $dbmsStyle = array('/^\s*(#|\-\- )/', '/;\s*$/') (line 17)
  • access: protected

Redefinition of:
jDbTools::$dbmsStyle
regular expression to detect comments and end of query

Inherited Variables

Inherited from jDbTools

jDbTools::$falseValue
jDbTools::$trueValue
jDbTools::$typesInfo
jDbTools::$unifiedToPhp
jDbTools::$_conn
Methods
getFieldList (line 40)

retrieve the list of fields of a table

  • return: keys are field names and values are jDbFieldProperties objects
  • access: public
array getFieldList (string $tableName, [string $sequence = ''])
  • string $tableName: the name of the table
  • string $sequence: the sequence used to auto increment the primary key (not supported here)

Redefinition of:
jDbTools::getFieldList()
retrieve the list of fields of a table
getTableList (line 23)

List of tables

  • return: = $nomDeTable
array getTableList ()

Redefinition of:
jDbTools::getTableList()
returns the table list

Inherited Methods

Inherited From jDbTools

jDbTools::__construct()
jDbTools::encloseName()
jDbTools::escapeValue()
jDbTools::execSQLScript()
jDbTools::getBooleanValue()
jDbTools::getFieldList()
jDbTools::getTableList()
jDbTools::getTypeInfo()
jDbTools::stringToPhpValue()
jDbTools::unifiedToPHPType()

Documentation generated on Thu, 19 Sep 2013 00:08:41 +0200 by phpDocumentor 1.4.3