PHP Class PHPUnit_Extensions_Database_DataSet_AbstractTableMetaData, qcodo

Author: Mike Lively ([email protected])
Inheritance: implements PHPUnit_Extensions_Database_DataSet_ITableMetaData
Afficher le fichier Open project: qcodo/qcodo

Protected Properties

Свойство 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é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

Property Details

$columns protected_oe property

The names of all columns in the table.
protected Array $columns
Résultat Array

$primaryKeys protected_oe property

The names of all the primary keys in the table.
protected Array $primaryKeys
Résultat Array

$tableName protected_oe property

protected string $tableName
Résultat string