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

public Phalcon\Db\IndexInterface[] describeIndexes

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

public isUnderTransaction () Checks whether the connection is under a transaction

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

public string | ** fetchColumn (string $sqlQuery, [array $placeholders], [int | string $column])

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

public setNestedTransactionsWithSavepoints (mixed $nestedTransactionsWithSavepoints) Set if nested transactions should

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

public getDialect () Returns internal dialect instance

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

public getRealSQLStatement () Active SQL statement in the object without replace bound paramters

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

public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns

2025-01-10 15:47:30