PHP 인터페이스 PHPUnit_Extensions_Database_DataSet_ITableMetaData, qcodo

저자: Mike Lively ([email protected])
파일 보기 프로젝트 열기: qcodo/qcodo 0 사용 예제들

공개 메소드들

메소드 설명
assertEquals ( PHPUnit_Extensions_Database_DataSet_ITableMetaData $other ) Asserts that the given tableMetaData matches this tableMetaData.
getColumns ( ) : array Returns the names of the columns in the table.
getPrimaryKeys ( ) : array Returns the names of the primary key columns in the table.
getTableName ( ) : string Returns the name of the table.

메소드 상세

assertEquals() 공개 메소드

Asserts that the given tableMetaData matches this tableMetaData.
public assertEquals ( PHPUnit_Extensions_Database_DataSet_ITableMetaData $other )
$other PHPUnit_Extensions_Database_DataSet_ITableMetaData

getColumns() 공개 메소드

Returns the names of the columns in the table.
public getColumns ( ) : array
리턴 array

getPrimaryKeys() 공개 메소드

Returns the names of the primary key columns in the table.
public getPrimaryKeys ( ) : array
리턴 array

getTableName() 공개 메소드

Returns the name of the table.
public getTableName ( ) : string
리턴 string