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

public getEventsManager () Returns the internal event manager

2025-01-10 15:47:30
Db\Dialect\Mysql::addForeignKey
  • References/PHP/Phalcon/Db/Dialect/Mysql

public addForeignKey (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\Dialect\Sqlite
  • References/PHP/Phalcon/Db/Dialect/Sqlite

extends abstract class Phalcon\Db\Dialect

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

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

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

public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Drops a foreign

2025-01-10 15:47:30
Db\Dialect\Mysql::describeIndexes
  • References/PHP/Phalcon/Db/Dialect/Mysql

public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table

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

public sharedLock (mixed $sqlQuery) Returns a SQL modified with a LOCK IN SHARE MODE clause

2025-01-10 15:47:30
Db\Column::TYPE_BOOLEAN
  • References/PHP/Phalcon/Db/Column

integer TYPE_BOOLEAN

2025-01-10 15:47:30