public setNestedTransactionsWithSavepoints (mixed $nestedTransactionsWithSavepoints) Set if nested transactions should use savepoints
public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the event manager
public setDialect (Phalcon\Db\DialectInterface $dialect) Sets the dialect used to produce the SQL
public rollbackSavepoint (mixed $name) Rollbacks given savepoint
public releaseSavepoint (mixed $name) Releases given savepoint
public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) Modifies a table column based on a definition
public listViews ([mixed $schemaName]) List all views on a database print_r($connection->listViews("blog"));
public listTables ([mixed $schemaName]) List all tables on a database print_r($connection->listTables("blog"));
public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument echo $connection->limit("SELECT * FROM robots", 5);
public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints
Page 319 of 382