Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Db_Adapter_Abstract $db, $schema) | |
Construct Connection based on Zend_Db_Adapter_Abstract. | |
close () | |
Close this connection. | |
createQueryTable ($resultName, $sql) | |
Creates a table with the result of the specified SQL statement. | |
getConnection () | |
Returns a Zend_Db Connection. | |
getMetaData () | |
Returns a database metadata object that can be used to retrieve table meta data from the database. | |
getSchema () | |
Returns the schema for the connection. | |
getTruncateCommand () | |
Returns the command used to truncate a table. | |
Protected Attributes | |
$_connection | |
$_schema | |
$_metaData | |
Metadata. | |
__construct | ( | Zend_Db_Adapter_Abstract | $db, |
$schema | |||
) |
Construct Connection based on Zend_Db_Adapter_Abstract.
Zend_Db_Adapter_Abstract | $db | |
string | $schema |
close | ( | ) |
Close this connection.
createQueryTable | ( | $resultName, | |
$sql | |||
) |
Creates a table with the result of the specified SQL statement.
string | $resultName | |
string | $sql |
getConnection | ( | ) |
Returns a Zend_Db Connection.
getMetaData | ( | ) |
Returns a database metadata object that can be used to retrieve table meta data from the database.
getSchema | ( | ) |
Returns the schema for the connection.
getTruncateCommand | ( | ) |
Returns the command used to truncate a table.
|
protected |
|
protected |
Metadata.
PHPUnit_Extensions_Database_DB_IMetaData | $db |
|
protected |