Db\AdapterInterface::listViews
  • References/PHP/Phalcon/Db/AdapterInterface

abstract public listViews ([mixed $schemaName]) ...

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

abstract public isNotNull () ...

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

abstract public dropPrimaryKey (mixed $tableName, mixed $schemaName) ...

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

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

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

integer BIND_PARAM_BOOL

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

public describeIndex (mixed $index) Generates SQL to query indexes detail on a table

2025-01-10 15:47:30