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

public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values

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

public Phalcon\Db\IndexInterface[] describeIndexes

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

public escapeString (mixed $str) Escapes a value to avoid SQL injections according to the active charset in the connection

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

public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call

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

public int | boolean lastInsertId ([string $sequenceName]) Returns the insert id for the auto_increment/serial

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

public modifyColumn (mixed $tableName, mixed $schemaName,

2025-01-10 15:47:30