Db\Adapter\Pdo::begin
  • References/PHP/Phalcon/Db/Adapter/Pdo

public begin ([mixed $nesting]) Starts a transaction in the connection

2025-01-10 15:47:30
Db\Adapter\Pdo::rollback
  • References/PHP/Phalcon/Db/Adapter/Pdo

public rollback ([mixed $nesting]) Rollbacks the active transaction in the connection

2025-01-10 15:47:30
Db\Adapter\Pdo\Postgresql::getDefaultIdValue
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

public getDefaultIdValue () Returns the default identity value to be inserted in an identity column

2025-01-10 15:47:30
Db\Adapter\Pdo::close
  • References/PHP/Phalcon/Db/Adapter/Pdo

public close () Closes the active connection returning success. Phalcon automatically closes and destroys active connections

2025-01-10 15:47:30
Db\Adapter\Pdo\Sqlite::connect
  • References/PHP/Phalcon/Db/Adapter/Pdo/Sqlite

public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call

2025-01-10 15:47:30
Db\Adapter\Pdo\Postgresql::createTable
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table

2025-01-10 15:47:30
Db\Adapter\Pdo\Sqlite::describeColumns
  • References/PHP/Phalcon/Db/Adapter/Pdo/Sqlite

public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing

2025-01-10 15:47:30
Db\Adapter\Pdo\Postgresql
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

extends abstract class Phalcon\Db\Adapter\Pdo

2025-01-10 15:47:30
Db\Adapter\Pdo\Postgresql::supportSequences
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values

2025-01-10 15:47:30
Db\Adapter\Pdo\Sqlite::useExplicitIdValue
  • References/PHP/Phalcon/Db/Adapter/Pdo/Sqlite

public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns

2025-01-10 15:47:30