Db\Dialect\Mysql::addColumn
  • References/PHP/Phalcon/Db/Dialect/Mysql

public addColumn (mixed $tableName, mixed $schemaName,

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

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

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

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

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

public string | ** fetchColumn (string $sqlQuery, [array $placeholders], [int | string $column])

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

integer FETCH_GROUP

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

public getDefaultValue () Returns the default value to make the RBDM use the default value declared in the table definition

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

abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...

2025-01-10 15:47:30
Db\Adapter\Pdo\Sqlite::describeIndexes
  • References/PHP/Phalcon/Db/Adapter/Pdo/Sqlite

public Phalcon\Db\IndexInterface[] describeIndexes

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

abstract public fetchArray () ...

2025-01-10 15:47:30
Db\Adapter\Pdo\Sqlite::useExplicitIdValue
  • References/PHP/Phalcon/Db/Adapter/Pdo/Sqlite

public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns

2025-01-10 15:47:30