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

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

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

public addColumn (mixed $tableName, mixed $schemaName,

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

final public getSqlTable (mixed $table, [mixed $escapeChar]) Transform an intermediate representation of

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

public supportsSavepoints () Checks whether the platform supports savepoints

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

public createSavepoint (mixed $name) Generate SQL to create a new savepoint

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

public supportsReleaseSavepoints () Checks whether the platform supports releasing savepoints.

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

public addColumn (mixed $tableName, mixed $schemaName,

2025-01-10 15:47:30