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

public getEventsManager () Returns the internal event manager

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

public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema

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

public int | boolean lastInsertId ([string $sequenceName]) Returns the insert id for the auto_increment/serial

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

public getSQLStatement () Active SQL statement in the object

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

public addColumn (mixed $tableName, mixed $schemaName,

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

public tableOptions (mixed $tableName, [mixed $schemaName]) Gets creation options from a table

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’

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

public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Drops a table from a

2025-01-10 15:47:30