Db\DialectInterface::dropForeignKey
  • References/PHP/Phalcon/Db/DialectInterface

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

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

public addForeignKey (mixed $tableName, mixed $schemaName,

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

public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete

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

public setFetchMode (mixed $fetchMode, [mixed $colNoOrClassNameOrObject], [mixed $ctorargs]) Changes

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

public isNumeric () Check whether column have an numeric type

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

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

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

public isFirst () Check whether column have first position in table

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

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

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

public getCustomFunctions () Returns registered functions

2025-01-10 15:47:30