abstract public createTable (mixed $tableName, mixed $schemaName, array $definition) ...
abstract public createSavepoint (mixed $name) ...
abstract public connect ([array $descriptor]) ...
abstract public commit ([mixed $nesting]) ...
abstract public close () ...
abstract public begin ([mixed $nesting]) ...
abstract public affectedRows () ...
abstract public addPrimaryKey (mixed $tableName, mixed $schemaName, Phalcon\Db\IndexInterface $index) ...
abstract public addIndex (mixed $tableName, mixed $schemaName, Phalcon\Db\IndexInterface $index) ...
abstract public addForeignKey (mixed $tableName, mixed $schemaName, Phalcon\Db\ReferenceInterface $reference) ...
Page 317 of 382