PHP Класс PHPUnit_Extensions_Database_DB_MetaData_MySQL, qcodo

Автор: Mike Lively ([email protected])
Наследование: extends PHPUnit_Extensions_Database_DB_MetaData
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$schemaObjectQuoteChar

Открытые методы

Метод Описание
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.

Описание методов

getTableColumns() публичный Метод

Returns an array containing the names of all the columns in the $tableName table,
public getTableColumns ( string $tableName ) : array
$tableName string
Результат array

getTableNames() публичный Метод

Returns an array containing the names of all the tables in the database.
public getTableNames ( ) : array
Результат array

getTablePrimaryKeys() публичный Метод

Returns an array containing the names of all the primary key columns in the $tableName table.
public getTablePrimaryKeys ( string $tableName ) : array
$tableName string
Результат array

Описание свойств

$schemaObjectQuoteChar защищенное свойство

protected $schemaObjectQuoteChar