abstract public getSQLVariables () ...
abstract public tableOptions (mixed $tableName, [mixed $schemaName]) ...
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL
public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions
abstract public getBindType () ...
abstract public listTables ([mixed $schemaName]) ...
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public static setup (array $options) Enables/disables options in the Database component
Page 31 of 44