Db\Adapter\Pdo::commit
  • References/PHP/Phalcon/Db/Adapter/Pdo

public commit ([mixed $nesting]) Commits the active transaction in the connection

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

extends abstract class Phalcon\Db\Adapter

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

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a

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

public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument

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

public listViews ([mixed $schemaName]) List all views on a database

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

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

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

public Phalcon\Db\ReferenceInterface[] d

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

public createSavepoint (mixed $name) Creates a new savepoint

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

public boolean delete (string | array $table, [string $whereCondition], [array $placeholders], [array

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

public releaseSavepoint (mixed $name) Releases given savepoint

2025-01-10 15:47:30