Method |
Description |
|
allowsCascading ( ) : boolean |
Returns true if the rdbms allows cascading |
|
getSchema ( ) : string |
Returns the name of the default schema. |
|
getTableColumns ( string $tableName ) : array |
Returns an array containing the names of all the columns in the
$tableName table, |
|
getTableNames ( ) : array |
Returns an array containing the names of all the tables in the database. |
|
getTablePrimaryKeys ( string $tableName ) : array |
Returns an array containing the names of all the primary key columns in
the $tableName table. |
|
quoteSchemaObject ( string $object ) : string |
Returns a quoted schema object. (table name, column name, etc) |
|