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

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

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

public listTables ([mixed $schemaName]) List all tables on a database

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

public Phalcon\Db\IndexInterface[] describeIndexes

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

public affectedRows () Returns the number of affected rows by the lastest INSERT/UPDATE/DELETE executed in the database system

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

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

2025-01-10 15:47:30