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

public getDialectType () Name of the dialect used

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

public getEventsManager () Returns the internal event manager

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

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

public getTransactionLevel () Returns the current transaction nesting level

2025-01-10 15:47:30