abstract public getColumnDefinition (Phalcon\Db\ColumnInterface $column) ...
abstract public forUpdate (mixed $sqlQuery) ...
abstract public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) ...
abstract public dropTable (mixed $tableName, mixed $schemaName) ...
abstract public dropPrimaryKey (mixed $tableName, mixed $schemaName) ...
abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...
abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...
abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...
abstract public describeReferences (mixed $table, [mixed $schema]) ...
abstract public describeIndexes (mixed $table, [mixed $schema]) ...
Page 298 of 382