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

public getColumnDefinition (Phalcon\Db\ColumnInterface

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

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete

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

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

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

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

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

final public escapeSchema (mixed $str, [mixed $escapeChar]) Escape Schema

2025-01-10 15:47:30