describeTable()
describeTable(string $dbType, array|object $dbDescription, string $tableName) : array
Describe database object.
Usage example: $inspector->describeTable('Pdo_Mysql', array( 'host' => '127.0.0.1', 'username' => 'webuser', 'password' => 'xxxxxxxx', 'dbname' => 'test' ), 'mytable' );
Parameters
string | $dbType | Database adapter type for Zend_Db |
array|object | $dbDescription | Adapter-specific connection settings |
string | $tableName | Table name |
Returns
array —Table description