PHP Class Doctrine\DBAL\Schema\DB2SchemaManager

Since: 1.0
Author: Benjamin Eberlei ([email protected])
Inheritance: extends Doctrine\DBAL\Schema\AbstractSchemaManager
Datei anzeigen Open project: doctrine/dbal Class Usage Examples

Public Methods

Method Description
listTableNames ( )

Protected Methods

Method Description
_getPortableForeignKeyRuleDef ( $def )
_getPortableTableColumnDefinition ( $tableColumn )
_getPortableTableForeignKeyDefinition ( $tableForeignKey )
_getPortableTableForeignKeysList ( $tableForeignKeys )
_getPortableTableIndexesList ( $tableIndexRows, $tableName = null )
_getPortableTablesList ( $tables )
_getPortableViewDefinition ( $view )

Method Details

_getPortableForeignKeyRuleDef() protected method

protected _getPortableForeignKeyRuleDef ( $def )

_getPortableTableColumnDefinition() protected method

protected _getPortableTableColumnDefinition ( $tableColumn )

_getPortableTableForeignKeyDefinition() protected method

protected _getPortableTableForeignKeyDefinition ( $tableForeignKey )

_getPortableTableForeignKeysList() protected method

protected _getPortableTableForeignKeysList ( $tableForeignKeys )

_getPortableTableIndexesList() protected method

protected _getPortableTableIndexesList ( $tableIndexRows, $tableName = null )

_getPortableTablesList() protected method

protected _getPortableTablesList ( $tables )

_getPortableViewDefinition() protected method

protected _getPortableViewDefinition ( $view )

listTableNames() public method

Apparently creator is the schema not the user who created it: {@link http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db29.doc.sqlref/db2z_sysibmsystablestable.htm}
public listTableNames ( )