|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilDBManager:
Collaboration diagram for ilDBManager:Public Member Functions | |
| listTables (?string $database=null) | |
| listSequences (?string $database=null) | |
| createConstraint (string $table, string $name, array $definition) | |
| listTableFields (string $table) | |
| listTableConstraints (string $table) | |
| createSequence (string $seq_name, int $start=1, array $options=[]) | |
| listTableIndexes (string $table) | |
| alterTable (string $name, array $changes, bool $check) | |
| createIndex (string $table, string $name, array $definition) | |
| dropIndex (string $table, string $name) | |
| dropSequence (string $seq_name) | |
| dropConstraint (string $table, string $name, bool $primary=false) | |
| dropTable (string $name) | |
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 Interface ilDBManager
Definition at line 25 of file interface.ilDBManager.php.
| ilDBManager::alterTable | ( | string | $name, |
| array | $changes, | ||
| bool | $check | ||
| ) |
Implemented in ilDBPdoManager.
| ilDBManager::createConstraint | ( | string | $table, |
| string | $name, | ||
| array | $definition | ||
| ) |
Implemented in ilDBPdoManager.
| ilDBManager::createIndex | ( | string | $table, |
| string | $name, | ||
| array | $definition | ||
| ) |
Implemented in ilDBPdoManager.
| ilDBManager::createSequence | ( | string | $seq_name, |
| int | $start = 1, |
||
| array | $options = [] |
||
| ) |
Implemented in ilDBPdoManager.
| ilDBManager::dropConstraint | ( | string | $table, |
| string | $name, | ||
| bool | $primary = false |
||
| ) |
Implemented in ilDBPdoManager.
| ilDBManager::dropIndex | ( | string | $table, |
| string | $name | ||
| ) |
Implemented in ilDBPdoManager.
| ilDBManager::dropSequence | ( | string | $seq_name | ) |
Implemented in ilDBPdoManager.
| ilDBManager::dropTable | ( | string | $name | ) |
| $name | string |
Implemented in ilDBPdoManager.
| ilDBManager::listSequences | ( | ?string | $database = null | ) |
| ilDBManager::listTableConstraints | ( | string | $table | ) |
Implemented in ilDBPdoManager.
| ilDBManager::listTableFields | ( | string | $table | ) |
Implemented in ilDBPdoManager.
| ilDBManager::listTableIndexes | ( | string | $table | ) |
Implemented in ilDBPdoManager.
| ilDBManager::listTables | ( | ?string | $database = null | ) |
Implemented in ilDBPdoManager.