public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public modifyColumn (mixed $tableName, mixed $schemaName,
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public listTables ([mixed $schemaName]) List all tables in database
public addColumn (mixed $tableName, mixed $schemaName,
public supportsSavepoints () Checks whether the platform supports savepoints
public supportsReleaseSavepoints () Checks whether the platform supports releasing savepoints.
public createSavepoint (mixed $name) Generate SQL to create a new savepoint
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
final public getSqlTable (mixed $table, [mixed $escapeChar]) Transform an intermediate representation of
Page 4 of 9