public limit (mixed $sqlQuery, mixed $number) Generates the SQL for LIMIT clause
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public rollbackSavepoint (mixed $name) Generate SQL to rollback a savepoint
public getSqlExpression (array $expression, [mixed $escapeChar], [mixed $bindCounts]) Transforms
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
public select (array $definition) Builds a SELECT statement
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
Page 2 of 9