PHP Class PHPUnit_Extensions_Database_DB_MetaData_MySQL, qcodo

Author: Mike Lively ([email protected])
Inheritance: extends PHPUnit_Extensions_Database_DB_MetaData
Show file Open project: qcodo/qcodo

Protected Properties

Property Type Description
$schemaObjectQuoteChar

Public Methods

Method 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 method

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

getTableNames() public method

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

getTablePrimaryKeys() public method

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

Property Details

$schemaObjectQuoteChar protected property

protected $schemaObjectQuoteChar