Interface ilDBManager.
More...
|
| | listTables ($database=null) |
| |
| | listSequences ($database=null) |
| |
| | createConstraint ($table, $name, $definition) |
| |
| | listTableFields ($table) |
| |
| | listTableConstraints ($table) |
| |
| | createSequence ($seq_name, $start=1, $options=array()) |
| |
| | listTableIndexes ($table) |
| |
| | alterTable ($name, $changes, $check) |
| |
| | createIndex ($table, $name, $definition) |
| |
| | dropIndex ($table, $name) |
| |
| | dropSequence ($seq_name) |
| |
| | dropConstraint ($table, $name, $primary=false) |
| |
| | dropTable ($name) |
| |
◆ alterTable()
| ilDBManager::alterTable |
( |
|
$name, |
|
|
|
$changes, |
|
|
|
$check |
|
) |
| |
◆ createConstraint()
| ilDBManager::createConstraint |
( |
|
$table, |
|
|
|
$name, |
|
|
|
$definition |
|
) |
| |
◆ createIndex()
| ilDBManager::createIndex |
( |
|
$table, |
|
|
|
$name, |
|
|
|
$definition |
|
) |
| |
◆ createSequence()
| ilDBManager::createSequence |
( |
|
$seq_name, |
|
|
|
$start = 1, |
|
|
|
$options = array() |
|
) |
| |
◆ dropConstraint()
| ilDBManager::dropConstraint |
( |
|
$table, |
|
|
|
$name, |
|
|
|
$primary = false |
|
) |
| |
◆ dropIndex()
| ilDBManager::dropIndex |
( |
|
$table, |
|
|
|
$name |
|
) |
| |
◆ dropSequence()
| ilDBManager::dropSequence |
( |
|
$seq_name | ) |
|
◆ dropTable()
| ilDBManager::dropTable |
( |
|
$name | ) |
|
◆ listSequences()
| ilDBManager::listSequences |
( |
|
$database = null | ) |
|
◆ listTableConstraints()
| ilDBManager::listTableConstraints |
( |
|
$table | ) |
|
◆ listTableFields()
| ilDBManager::listTableFields |
( |
|
$table | ) |
|
◆ listTableIndexes()
| ilDBManager::listTableIndexes |
( |
|
$table | ) |
|
◆ listTables()
| ilDBManager::listTables |
( |
|
$database = null | ) |
|
The documentation for this interface was generated from the following file: