abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...
abstract public dropTable (mixed $tableName, mixed $schemaName) ...
abstract public getColumnList (array $columnList) ...
abstract public getColumnDefinition (Phalcon\Db\ColumnInterface $column) ...
abstract public dropPrimaryKey (mixed $tableName, mixed $schemaName) ...
abstract public limit (mixed $sqlQuery, mixed $number) ...
abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...
abstract public createSavepoint (mixed $name) ...
abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...
abstract public createTable (mixed $tableName, mixed $schemaName, array $definition) ...
Page 298 of 382