Zend Framework
1.12
|
Protected Member Functions | |
createZendDbConnection (Zend_Db_Adapter_Abstract $connection, $schema) | |
Creates a new Zend Database Connection using the given Adapter and database schema name. | |
getAdapter () | |
Convenience function to get access to the database connection. | |
getSetUpOperation () | |
Returns the database operation executed in test setup. | |
getTearDownOperation () | |
Returns the database operation executed in test cleanup. | |
createDbTableDataSet (array $tables=array()) | |
Create a dataset based on multiple Zend_Db_Table instances. | |
createDbTable (Zend_Db_Table_Abstract $table, $where=null, $order=null, $count=null, $offset=null) | |
Create a table based on one Zend_Db_Table instance. | |
createDbRowset (Zend_Db_Table_Rowset_Abstract $rowset, $tableName=null) | |
Create a data table based on a Zend_Db_Table_Rowset instance. | |
|
protected |
Create a data table based on a Zend_Db_Table_Rowset instance.
Zend_Db_Table_Rowset_Abstract | $rowset | |
string |
|
protected |
Create a table based on one Zend_Db_Table instance.
Zend_Db_Table_Abstract | $table | |
string | $where | |
string | $order | |
string | $count | |
string | $offset |
|
protected |
Create a dataset based on multiple Zend_Db_Table instances.
array | $tables |
|
protected |
Creates a new Zend Database Connection using the given Adapter and database schema name.
Zend_Db_Adapter_Abstract | $connection | |
string | $schema |
|
protected |
Convenience function to get access to the database connection.
|
protected |
Returns the database operation executed in test setup.
|
protected |
Returns the database operation executed in test cleanup.