Db\Dialect\Sqlite::describeIndexes
  • References/PHP/Phalcon/Db/Dialect/Sqlite

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

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

public addColumn (mixed $tableName, mixed $schemaName,

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

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

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a

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