|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilDBPdoReverse. More...
Inheritance diagram for ilDBPdoReversePostgres:
Collaboration diagram for ilDBPdoReversePostgres: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) | |
| getTableFieldDefinition ($table_name, $field_name) | |
| getTableIndexDefinition ($table, $constraint_name) | |
| getTableConstraintDefinition ($table, $index_name) | |
| getTriggerDefinition ($trigger) | |
Additional Inherited Members | |
Protected Attributes inherited from ilDBPdoReverse | |
| $pdo | |
| $db_instance | |
| $query_utils | |
Class ilDBPdoReverse.
Definition at line 8 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 |
Reimplemented from ilDBPdoReverse.
Definition at line 188 of file class.ilDBPdoReversePostgres.php.
References $columns, ilDBPdoReverse\$db_instance, Vendor\Package\$e, $query, 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 |
@TODO : add support for plsql functions and functions with args
Reimplemented from ilDBPdoReverse.
Definition at line 251 of file class.ilDBPdoReversePostgres.php.
References ilDBPdoReverse\$db_instance, $query, and ilDBConstants\FETCHMODE_ASSOC.