PHP 클래스 PHPUnit_Extensions_Database_DB_MetaData_MySQL, qcodo

저자: Mike Lively ([email protected])
상속: extends PHPUnit_Extensions_Database_DB_MetaData
파일 보기 프로젝트 열기: qcodo/qcodo

보호된 프로퍼티들

프로퍼티 타입 설명
$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