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

public addIndex (mixed $tableName, mixed $schemaName,

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

public getInternalHandler () Return internal PDO handler

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

public getDefaultIdValue () Returns the default identity value to be inserted in an identity column

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

public boolean update (string | array $table, array $fields, array $values, [string | array

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

public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing

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

public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints

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

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

public execute (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements

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

public PDOStatement executePrepared

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

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Creates a view

2025-01-10 15:47:30