Zend_Test_PHPUnit_Db_Metadata_GenericGeneric Metadata accessor for the Zend_Db adapters
Located in /Test/PHPUnit/Db/Metadata/Generic.php (line 43)
Zend_Db_Adapter_Abstract
$_connection
(line 50)
Zend_Db Connection
string
$_schema
(line 57)
Schemaname
array
$_tableMetadata
= array() (line 64)
Cached Table metadata
Constructor __construct (line 73)
Creates a new database meta data object using the given pdo connection and schema name.
allowsCascading (line 163)
Returns true if the rdbms allows cascading
getSchema (line 142)
Returns the name of the default schema.
getTableColumns (line 110)
Returns an array containing the names of all the columns in the $tableName table,
getTableDescription (line 95)
Get Table information
getTableNames (line 84)
List Tables
getTablePrimaryKeys (line 124)
Returns an array containing the names of all the primary key columns in the $tableName table.
quoteSchemaObject (line 153)
Returns a quoted schema object. (table name, column name, etc)
Documentation generated on Mon, 21 Jun 2010 15:25:27 -0400 by phpDocumentor 1.4.3