abstract public createView (mixed $viewName, array $definition, [mixed $schemaName]) ...
abstract public close () ...
abstract public connect ([array $descriptor]) ...
abstract public commit ([mixed $nesting]) ...
abstract public begin ([mixed $nesting]) ...
abstract public createTable (mixed $tableName, mixed $schemaName, array $definition) ...
public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema.view var_dump($connection->viewExists("active_users", "posts"));
abstract public addForeignKey (mixed $tableName, mixed $schemaName, Phalcon\Db\ReferenceInterface $reference) ...
abstract public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column) ...
abstract public affectedRows () ...
Page 317 of 382