Db\Dialect\Postgresql::dropView
  • References/PHP/Phalcon/Db/Dialect/Postgresql

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

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

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

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

abstract public isNumeric () ...

2025-01-10 15:47:30
Db\Profiler\Item::setFinalTime
  • References/PHP/Phalcon/Db/Profiler/Item

public setFinalTime (mixed $finalTime) Timestamp when the profile ended

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

abstract public setFetchMode (mixed $fetchMode) ...

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

abstract public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) ...

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

public prepare (mixed $sqlStatement) Returns a PDO prepared statement to be executed with ‘executePrepared’

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

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

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

implements Phalcon\Db\ColumnInterface

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

implements Phalcon\Db\DialectInterface

2025-01-10 15:47:30