PHP Interface PHPUnit_Extensions_Database_DataSet_ITableMetaData, qcodo

Author: Mike Lively ([email protected])
Afficher le fichier Open project: qcodo/qcodo Interface Usage Examples

Méthodes publiques

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.

Method Details

assertEquals() public méthode

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

getColumns() public méthode

Returns the names of the columns in the table.
public getColumns ( ) : array
Résultat array

getPrimaryKeys() public méthode

Returns the names of the primary key columns in the table.
public getPrimaryKeys ( ) : array
Résultat array

getTableName() public méthode

Returns the name of the table.
public getTableName ( ) : string
Résultat string