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

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create

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

public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

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

public addIndex (mixed $tableName, mixed $schemaName,

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::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