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

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

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

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

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

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

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

public supportsSavepoints () Checks whether the platform supports savepoints

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

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

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

public createSavepoint (mixed $name) Generate SQL to create a new savepoint

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

public getColumnDefinition (Phalcon\Db\ColumnInterface

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

public supportsReleaseSavepoints () Checks whether the platform supports releasing savepoints.

2025-01-10 15:47:30