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

public addPrimaryKey (mixed $tableName, mixed $schemaName,

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

public supportsReleaseSavepoints () Checks whether the platform supports releasing 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\Postgresql::getColumnDefinition
  • References/PHP/Phalcon/Db/Dialect/Postgresql

public getColumnDefinition (Phalcon\Db\ColumnInterface

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

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

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

public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user

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

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

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

public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions

2025-01-10 15:47:30