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

public getColumnDefinition (Phalcon\Db\ColumnInterface

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

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

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

public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL

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

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

2025-01-10 15:47:30