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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

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

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

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create

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

public select (array $definition) Builds a SELECT statement

2025-01-10 15:47:30