public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...
abstract public describeReferences (mixed $table, [mixed $schema]) ...
abstract public getReferencedSchema () ...
abstract public getReferencedTable () ...
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
abstract public addColumn (mixed $tableName, mixed $schemaName,
public getDialectType () Name of the dialect used
abstract public listTables ([mixed $schemaName]) ...
integer BIND_SKIP
Page 28 of 44