Db\Adapter\Pdo\Postgresql::useExplicitIdValue
  • References/PHP/Phalcon/Db/Adapter/Pdo/Postgresql

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

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

public addPrimaryKey (mixed $tableName, mixed $schemaName,

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

public addForeignKey (mixed $tableName, mixed $schemaName,

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

public array getErrorInfo () Return the error info, if any

2025-01-10 15:47:30
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::getSqlVariables
  • References/PHP/Phalcon/Db/Adapter

public getSqlVariables () Active SQL bound parameter variables

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

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Drops a view

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

public Phalcon\Db\Index[] describeIndexes (string

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\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