Db\Dialect\Postgresql::getColumnDefinition
  • References/PHP/Phalcon/Db/Dialect/Postgresql

public getColumnDefinition (Phalcon\Db\ColumnInterface

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

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

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

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

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

public addIndex (mixed $tableName, mixed $schemaName,

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

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

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

public addPrimaryKey (mixed $tableName, mixed $schemaName,

2025-01-10 15:47:30