public addIndex (mixed $tableName, mixed $schemaName,
public getColumnDefinition (Phalcon\Db\ColumnInterface
public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause
public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete
public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create
implements Phalcon\Db\DialectInterface
public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a
public addForeignKey (mixed $tableName, mixed $schemaName,
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop
public releaseSavepoint (mixed $name) Generate SQL to release a savepoint
Page 6 of 9