Db\Dialect::forUpdate
  • References/PHP/Phalcon/Db/Dialect

public forUpdate (mixed $sqlQuery) Returns a SQL modified with a FOR UPDATE clause

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

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create

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

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete

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

abstract public close () ...

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

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

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

public addForeignKey (mixed $tableName, mixed $schemaName,

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

abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...

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\Dialect\Mysql::listViews
  • References/PHP/Phalcon/Db/Dialect/Mysql

public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user

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