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\AdapterInterface::dropForeignKey
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...

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

public addColumn (mixed $tableName, mixed $schemaName,

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

public setDialect (Phalcon\Db\DialectInterface

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

public fetch ([mixed $fetchStyle], [mixed $cursorOrientation], [mixed $cursorOffset]) Fetches an

2025-01-10 15:47:30
Db\Column::TYPE_JSONB
  • References/PHP/Phalcon/Db/Column

integer TYPE_JSONB

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

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

2025-01-10 15:47:30
Db\Dialect\Sqlite::tableExists
  • References/PHP/Phalcon/Db/Dialect/Sqlite

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a

2025-01-10 15:47:30
Db\Dialect\Sqlite::dropPrimaryKey
  • References/PHP/Phalcon/Db/Dialect/Sqlite

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table

2025-01-10 15:47:30