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

public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table

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

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

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

public getCustomFunctions () Returns registered functions

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

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

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

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

public getSqlExpression (array $expression, [mixed $escapeChar], [mixed $bindCounts]) Transforms

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

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

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

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

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

final public escape (mixed $str, [mixed $escapeChar]) Escape identifiers

2025-01-10 15:47:30