PHP Class PHPUnit_Extensions_Database_DB_MetaData_MySQL, qcodo

Author: Mike Lively ([email protected])
Inheritance: extends PHPUnit_Extensions_Database_DB_MetaData
Afficher le fichier Open project: qcodo/qcodo

Protected Properties

Свойство Type Description
$schemaObjectQuoteChar

Méthodes publiques

Méthode Description
getTableColumns ( string $tableName ) : array Returns an array containing the names of all the columns in the $tableName table,
getTableNames ( ) : array Returns an array containing the names of all the tables in the database.
getTablePrimaryKeys ( string $tableName ) : array Returns an array containing the names of all the primary key columns in the $tableName table.

Method Details

getTableColumns() public méthode

Returns an array containing the names of all the columns in the $tableName table,
public getTableColumns ( string $tableName ) : array
$tableName string
Résultat array

getTableNames() public méthode

Returns an array containing the names of all the tables in the database.
public getTableNames ( ) : array
Résultat array

getTablePrimaryKeys() public méthode

Returns an array containing the names of all the primary key columns in the $tableName table.
public getTablePrimaryKeys ( string $tableName ) : array
$tableName string
Résultat array

Property Details

$schemaObjectQuoteChar protected_oe property

protected $schemaObjectQuoteChar