PHP 클래스 PHPUnit_Extensions_Database_DB_MetaData_Oci, qcodo

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

보호된 프로퍼티들

프로퍼티 타입 설명
$columns array
$keys array
$schemaObjectQuoteChar string No character used to quote schema objects.
$truncateCommand string The command used to perform a TRUNCATE operation.

공개 메소드들

메소드 설명
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 oracle 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 oracle database.
protected loadColumnInfo ( string $tableName )
$tableName string

프로퍼티 상세

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

protected array $columns
리턴 array

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

protected array $keys
리턴 array

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

No character used to quote schema objects.
protected string $schemaObjectQuoteChar
리턴 string

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

The command used to perform a TRUNCATE operation.
protected string $truncateCommand
리턴 string