프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$columns | Array | The names of all columns in the table. | |
$primaryKeys | Array | The names of all the primary keys in the table. | |
$tableName | string |
메소드 | 설명 | |
---|---|---|
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. |
public assertEquals ( PHPUnit_Extensions_Database_DataSet_ITableMetaData $other ) | ||
$other | PHPUnit_Extensions_Database_DataSet_ITableMetaData |
public getColumns ( ) : array | ||
리턴 | array |
public getPrimaryKeys ( ) : array | ||
리턴 | array |
protected Array $primaryKeys | ||
리턴 | Array |