Méthode | Description | |
---|---|---|
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 | ||
Résultat | array |
public getPrimaryKeys ( ) : array | ||
Résultat | array |
public getTableName ( ) : string | ||
Résultat | string |