Class \Prado\Data\Common\Oracle\TOracleMetaData
TOracleMetaData loads Oracle database table and column information.
Class hierarchy
Author: Marcos Nobre <marconobre[at]gmail[dot]com>Since: 3.1
public
|
findTableNames([string $schema = '' ]) : array<string|int, mixed>
Returns all table names in the database.
|
public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
getConstraintKeys(string $schemaName, string $tableName) : array<string|int, mixed>
Gets the primary and foreign key column details for the given table.
|
protected
|
getForeignKeys(string $src) : null|array<string|int, mixed>
Gets foreign relationship constraint keys and table name
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |