Db\AdapterInterface::delete
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public delete (mixed $table, [mixed $whereCondition], [mixed $placeholders], [mixed $dataTypes])

2025-01-10 15:47:30
Db\AdapterInterface::dropForeignKey
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...

2025-01-10 15:47:30
Db\AdapterInterface::dropView
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) ...

2025-01-10 15:47:30
Db\AdapterInterface::sharedLock
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public sharedLock (mixed $sqlQuery) ...

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

abstract public escapeString (mixed $str) ...

2025-01-10 15:47:30
Db\AdapterInterface::query
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public query (mixed $sqlStatement, [mixed $placeholders], [mixed $dataTypes]) ...

2025-01-10 15:47:30
Db\AdapterInterface::begin
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public begin ([mixed $nesting]) ...

2025-01-10 15:47:30
Db\AdapterInterface::isUnderTransaction
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public isUnderTransaction () ...

2025-01-10 15:47:30
Db\AdapterInterface::getSQLStatement
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public getSQLStatement () ...

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

abstract public update (mixed $table, mixed $fields, mixed $values, [mixed $whereCondition], [mixed $dataTypes])

2025-01-10 15:47:30