Db\Adapter::dropIndex
  • References/PHP/Phalcon/Db/Adapter

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Drop an index from a table

2025-01-10 15:47:30
Db\AdapterInterface::dropView
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) ...

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

abstract public describeIndexes (mixed $table, [mixed $schema]) ...

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

public modifyColumn (mixed $tableName, mixed $schemaName,

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

public boolean updateAsDict (string $table, array $data, [string $whereCondition], [array $dataTypes])

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

public getDescriptor () Return descriptor used to connect to the active database

2025-01-10 15:47:30
Db\Column::isAutoIncrement
  • References/PHP/Phalcon/Db/Column

public isAutoIncrement () Auto-Increment

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

public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options

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

integer FETCH_ASSOC

2025-01-10 15:47:30
Db\AdapterInterface::delete
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public delete (mixed $table, [mixed $whereCondition], [mixed $placeholders], [mixed $dataTypes])

2025-01-10 15:47:30