Db\AdapterInterface::tableExists
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...

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

abstract public limit (mixed $sqlQuery, mixed $number) ...

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

public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL

2025-01-10 15:47:30
Db\ReferenceInterface::getReferencedSchema
  • References/PHP/Phalcon/Db/ReferenceInterface

abstract public getReferencedSchema () ...

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

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create

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

extends abstract class Phalcon\Db\Adapter\Pdo

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

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

public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

2025-01-10 15:47:30