3declare(strict_types=1);
 
   30    public function listTables(?
string $database = 
null): array;
 
   49    public function createSequence(
string $seq_name, 
int $start = 1, array $options = []): bool;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
listTableIndexes(string $table)
 
dropIndex(string $table, string $name)
 
createSequence(string $seq_name, int $start=1, array $options=[])
 
listSequences(?string $database=null)
 
alterTable(string $name, array $changes, bool $check)
 
createConstraint(string $table, string $name, array $definition)
 
listTableFields(string $table)
 
createIndex(string $table, string $name, array $definition)
 
listTables(?string $database=null)
 
dropSequence(string $seq_name)
 
dropConstraint(string $table, string $name, bool $primary=false)
 
listTableConstraints(string $table)