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

public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table

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

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

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

abstract public getColumnDefinition (Phalcon\D

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

public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call

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

abstract public addIndex (mixed $tableName, mixed $schemaName,

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

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create

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

abstract public supportsSavepoints () ...

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

abstract public sharedLock (mixed $sqlQuery) ...

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

public close () Closes the active connection returning success. Phalcon automatically closes and destroys active connections

2025-01-10 15:47:30