public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public modifyColumn (mixed $tableName, mixed $schemaName,
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
final public getColumnList (array $columnList, [mixed $escapeChar], [mixed $bindCounts]) Gets a
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
public select (array $definition) Builds a SELECT statement
Page 3 of 9