Db\Column::getSchemaName
  • References/PHP/Phalcon/Db/Column

public getSchemaName () Schema which table related is

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

public rollbackSavepoint (mixed $name) Generate SQL to rollback a savepoint

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

abstract public getType () ...

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

public query (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements

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

public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table

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

public addIndex (mixed $tableName, mixed $schemaName,

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\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