Db\Adapter::tableExists
  • References/PHP/Phalcon/Db/Adapter

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

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

public describeReferences (mixed $table, [mixed $schema]) Lists table references

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

public listViews ([mixed $schemaName]) List all views on a database

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

abstract public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) ...

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

public getTypeReference () Column data type reference

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

public limit (mixed $sqlQuery, mixed $number) Generates the SQL for LIMIT clause

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

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create

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

public getReferencedColumns () Referenced Columns

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

integer TYPE_TINYBLOB

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

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

2025-01-10 15:47:30