Db\Column::isPrimary
  • References/PHP/Phalcon/Db/Column

public isPrimary () Column is part of the primary key?

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

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete

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

public listTables ([mixed $schemaName]) List all tables in database

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

public isUnderTransaction () Checks whether the connection is under a transaction

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\Adapter::createTable
  • References/PHP/Phalcon/Db/Adapter

public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table

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

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

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

integer FETCH_BOUND

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

implements Phalcon\Db\ResultInterface

2025-01-10 15:47:30
Db\Result\Pdo::fetchAll
  • References/PHP/Phalcon/Db/Result/Pdo

public fetchAll ([mixed $fetchStyle], [mixed $fetchArgument], [mixed $ctorArgs]) Returns an array

2025-01-10 15:47:30