public getEventsManager () Returns the internal event manager
public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema
public int | boolean lastInsertId ([string $sequenceName]) Returns the insert id for the auto_increment/serial
public getSQLStatement () Active SQL statement in the object
public modifyColumn (mixed $tableName, mixed $schemaName,
public addColumn (mixed $tableName, mixed $schemaName,
public tableOptions (mixed $tableName, [mixed $schemaName]) Gets creation options from a table
public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Drops a table from a
Page 7 of 10