PHP 클래스 PHPUnit_Extensions_Database_DB_MetaData_InformationSchema, qcodo

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

보호된 프로퍼티들

프로퍼티 타입 설명
$columns
$keys

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
loadColumnInfo ( string $tableName ) Loads column info from a sqlite database.

메소드 상세

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

loadColumnInfo() 보호된 메소드

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

프로퍼티 상세

$columns 보호되어 있는 프로퍼티

protected $columns

$keys 보호되어 있는 프로퍼티

protected $keys