public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
final public getColumnList (array $columnList, [mixed $escapeChar], [mixed $bindCounts]) Gets a
final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers
public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table
public supportsSavepoints () Checks whether the platform supports savepoints
public listTables ([mixed $schemaName]) List all tables in database
public createSavepoint (mixed $name) Generate SQL to create a new savepoint
public getColumnDefinition (Phalcon\Db\ColumnInterface
public supportsReleaseSavepoints () Checks whether the platform supports releasing savepoints.
Page 4 of 9