|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilDBPdoReverse:
Collaboration diagram for ilDBPdoReverse:Public Member Functions | |
| __construct (\PDO $pdo, ilDBPdo $db_instance) | |
| ilDBPdoReverse constructor. More... | |
| getQueryUtils () | |
| getTableFieldDefinition (string $table_name, string $field_name) | |
| getTableIndexDefinition (string $table, string $constraint_name) | |
| getTableConstraintDefinition (string $table, string $index_name) | |
| getTriggerDefinition (string $trigger) | |
| getTableFieldDefinition (string $table_name, string $field_name) | |
| getTableIndexDefinition (string $table, string $constraint_name) | |
| getTableConstraintDefinition (string $table, string $index_name) | |
| getTriggerDefinition (string $trigger) | |
Protected Attributes | |
| PDO | $pdo |
| ilDBPdo | $db_instance |
| ilMySQLQueryUtils | $query_utils = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilDBPdoReverse
Definition at line 25 of file class.ilDBPdoReverse.php.
| ilDBPdoReverse::__construct | ( | \PDO | $pdo, |
| ilDBPdo | $db_instance | ||
| ) |
ilDBPdoReverse constructor.
Definition at line 34 of file class.ilDBPdoReverse.php.
References $db_instance, and $pdo.
| ilDBPdoReverse::getQueryUtils | ( | ) |
Definition at line 40 of file class.ilDBPdoReverse.php.
References $query_utils.
| ilDBPdoReverse::getTableConstraintDefinition | ( | string | $table, |
| string | $index_name | ||
| ) |
Implements ilDBReverse.
Definition at line 172 of file class.ilDBPdoReverse.php.
| ilDBPdoReverse::getTableFieldDefinition | ( | string | $table_name, |
| string | $field_name | ||
| ) |
Implements ilDBReverse.
Definition at line 52 of file class.ilDBPdoReverse.php.
References $data, ILIAS\LTI\ToolProvider\$key, $query, $res, and $type.
| ilDBPdoReverse::getTableIndexDefinition | ( | string | $table, |
| string | $constraint_name | ||
| ) |
Implements ilDBReverse.
Definition at line 126 of file class.ilDBPdoReverse.php.
| ilDBPdoReverse::getTriggerDefinition | ( | string | $trigger | ) |
|
protected |
Definition at line 28 of file class.ilDBPdoReverse.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilDBPdoReverse.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilDBPdoReverse.php.
Referenced by getQueryUtils().