public releaseSavepoint (mixed $name) Generate SQL to release a savepoint
public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user
implements Phalcon\Db\DialectInterface
public getColumnDefinition (Phalcon\Db\ColumnInterface
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete
public addPrimaryKey (mixed $tableName, mixed $schemaName,
public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
Page 8 of 9