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

extends abstract class Phalcon\Db\Adapter\Pdo

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

public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name

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

public array fetchAll (string $sqlQuery, [int $fetchMode], [array $bindParams], [array $bindTypes])

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

public boolean insertAsDict (string $table, array $data, [array $dataTypes]) Inserts data

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

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

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

public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition

2025-01-10 15:47:30