public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public describeReferences (mixed $table, [mixed $schema]) Lists table references
public listViews ([mixed $schemaName]) List all views on a database
abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...
public getTypeReference () Column data type reference
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 getReferencedColumns () Referenced Columns
integer TYPE_TINYBLOB
abstract public modifyColumn (mixed $tableName, mixed $schemaName,
Page 6 of 44