ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilDBPdoReverse. More...
Public Member Functions | |
getTableConstraintDefinition ($table, $constraint_name) | |
Get the structure of a constraint into an array. More... | |
getTriggerDefinition ($trigger) | |
Get the structure of a trigger into an array. More... | |
Public Member Functions inherited from ilDBPdoReverse | |
__construct (\PDO $pdo, ilDBPdo $db_instance) | |
ilDBPdoReverse constructor. More... | |
getQueryUtils () | |
getTableFieldDefinition ($table_name, $field_name) | |
getTableIndexDefinition ($table, $index_name) | |
getTableConstraintDefinition ($table, $constraint_name) | |
getTriggerDefinition ($trigger) | |
Additional Inherited Members | |
Protected Attributes inherited from ilDBPdoReverse | |
$pdo | |
$db_instance | |
$query_utils | |
Class ilDBPdoReverse.
Definition at line 9 of file class.ilDBPdoReversePostgres.php.
ilDBPdoReversePostgres::getTableConstraintDefinition | ( | $table, | |
$constraint_name | |||
) |
Get the structure of a constraint into an array.
string | $table | name of table that should be used in method |
string | $constraint_name | name of constraint that should be used in method |
Implements ilDBReverse.
Definition at line 189 of file class.ilDBPdoReversePostgres.php.
References $columns, ilDBPdoReverse\$db_instance, $query, $row, $table, ilDBConstants\FETCHMODE_ASSOC, and ilDBConstants\MODULE_MANAGER.
ilDBPdoReversePostgres::getTriggerDefinition | ( | $trigger | ) |
Get the structure of a trigger into an array.
EXPERIMENTAL
WARNING: this function is experimental and may change the returned value at any time until labelled as non-experimental
string | $trigger | name of trigger that should be used in method |
: add support for plsql functions and functions with args
Implements ilDBReverse.
Definition at line 252 of file class.ilDBPdoReversePostgres.php.
References ilDBPdoReverse\$db_instance, $query, and ilDBConstants\FETCHMODE_ASSOC.