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

abstract public getSQLVariables () ...

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

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

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

public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions

2025-01-10 15:47:30
Db\ColumnInterface::getBindType
  • References/PHP/Phalcon/Db/ColumnInterface

abstract public getBindType () ...

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

abstract public listTables ([mixed $schemaName]) ...

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

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

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

public static setup (array $options) Enables/disables options in the Database component

2025-01-10 15:47:30