public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public getCustomFunctions () Returns registered functions
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public modifyColumn (mixed $tableName, mixed $schemaName,
public getSqlExpression (array $expression, [mixed $escapeChar], [mixed $bindCounts]) Transforms
final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers
Page 2 of 9