Db\Dialect\Mysql::listTables
  • References/PHP/Phalcon/Db/Dialect/Mysql

public listTables ([mixed $schemaName]) List all tables in database

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

public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete

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

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

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

final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers

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

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

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

public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName]) Generates the SQL to get

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

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table

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

public describeIndex (mixed $index) Generates SQL to query indexes detail on a table

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

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

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

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

2025-01-10 15:47:30