Свойство | Type | Description | |
---|---|---|---|
$columns | Array | The names of all columns in the table. | |
$primaryKeys | Array | The names of all the primary keys in the table. | |
$tableName | string |
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 |
protected Array $columns | ||
Résultat | Array |
protected Array $primaryKeys | ||
Résultat | Array |