public listTables ([mixed $schemaName]) List all tables in database
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
public sharedLock (mixed $sqlQuery) Returns a SQL modified with a LOCK IN SHARE MODE clause
final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table
public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName]) Generates the SQL to get
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public describeIndex (mixed $index) Generates SQL to query indexes detail on a table
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
Page 2 of 9