Db\Dialect::releaseSavepoint
  • References/PHP/Phalcon/Db/Dialect

public releaseSavepoint (mixed $name) Generate SQL to release a savepoint

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

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

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

implements Phalcon\Db\DialectInterface

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

public getColumnDefinition (Phalcon\Db\ColumnInterface

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

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

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

public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete

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

public addPrimaryKey (mixed $tableName, mixed $schemaName,

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

public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema

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

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create

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

public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options

2025-01-10 15:47:30