Db\ColumnInterface::getBindType
  • References/PHP/Phalcon/Db/ColumnInterface

abstract public getBindType () ...

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

public addForeignKey (mixed $tableName, mixed $schemaName,

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

integer TYPE_TEXT

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

abstract public execute (mixed $sqlStatement, [mixed $placeholders], [mixed $dataTypes]) ...

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

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop

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

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a

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

Source

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

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

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

abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...

2025-01-10 15:47:30