PHP Класс PHPUnit_Extensions_Database_DataSet_Specs_DbQuery, qcodo
This spec class requires a list of databases to be set to the object before
it can return a list of databases.
The format of the spec string is as follows:
:::
The db label should be equal to one of the keys in the array of databases
passed to setDatabases().
The schema should be the primary schema you will be running the sql query
against.
The table name should be set to what you would like the table name in the
dataset to be.
The sql is the query you want to use to generate the table columns and data.
The column names in the table will be identical to the column aliases in the
query.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Открытые методы
Метод |
Описание |
|
getDataSet ( string $dataSetSpec ) : PHPUnit_Extensions_Database_DataSet_DefaultDataSet |
Creates a Default Data Set with a query table from a data set spec. |
|
setDatabases ( array $databases ) |
Sets the database for the spec |
|
Описание методов
getDataSet()
публичный Метод
Creates a Default Data Set with a query table from a data set spec.
public getDataSet ( string $dataSetSpec ) : PHPUnit_Extensions_Database_DataSet_DefaultDataSet |
$dataSetSpec |
string |
|
Результат |
PHPUnit_Extensions_Database_DataSet_DefaultDataSet |
|
setDatabases()
публичный Метод
Sets the database for the spec
Описание свойств
$databases защищенное свойство
protected array $databases |
Результат |
array |
|