Db\Column::BIND_PARAM_NULL
  • References/PHP/Phalcon/Db/Column

integer BIND_PARAM_NULL

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

public boolean update (string | array $table, array $fields, array $values, [string | array

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

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

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

public addPrimaryKey (mixed $tableName, mixed $schemaName,

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

public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints

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

public getInternalResult () Gets the internal PDO result object

2025-01-10 15:47:30
Db\DialectInterface::createSavepoint
  • References/PHP/Phalcon/Db/DialectInterface

abstract public createSavepoint (mixed $name) ...

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

public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete

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

public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL

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

integer TYPE_JSON

2025-01-10 15:47:30