Db\Adapter
  • References/PHP/Phalcon/Db/Adapter

implements Phalcon\Events\EventsAwar

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

public boolean updateAsDict (string $table, array $data, [string $whereCondition], [array $dataTypes])

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

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Drop an index from a table

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

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Drops a table’s primary key

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::insert
  • References/PHP/Phalcon/Db/Adapter

public boolean insert (string | array $table, array $values, [array $fields], [array $dataTypes])

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