PHP Class PHPUnit_Extensions_Database_DB_MetaData_InformationSchema, qcodo

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

Protected Properties

Свойство Type Description
$columns
$keys

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.

Méthodes protégées

Méthode Description
loadColumnInfo ( string $tableName ) Loads column info from a sqlite database.

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

loadColumnInfo() protected méthode

Loads column info from a sqlite database.
protected loadColumnInfo ( string $tableName )
$tableName string

Property Details

$columns protected_oe property

protected $columns

$keys protected_oe property

protected $keys