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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options

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

final public getColumnList (array $columnList, [mixed $escapeChar], [mixed $bindCounts]) Gets a

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

public addColumn (mixed $tableName, mixed $schemaName,

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

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

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

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on 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::describeColumns
  • References/PHP/Phalcon/Db/Dialect/Sqlite

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

2025-01-10 15:47:30