PHP Интерфейс PHPUnit_Extensions_Database_DataSet_ITableMetaData, qcodo

Автор: Mike Lively ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.

Описание методов

assertEquals() публичный Метод

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

getColumns() публичный Метод

Returns the names of the columns in the table.
public getColumns ( ) : array
Результат array

getPrimaryKeys() публичный Метод

Returns the names of the primary key columns in the table.
public getPrimaryKeys ( ) : array
Результат array

getTableName() публичный Метод

Returns the name of the table.
public getTableName ( ) : string
Результат string