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

abstract public createTable (mixed $tableName, mixed $schemaName, array $definition) ...

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

abstract public sharedLock (mixed $sqlQuery) ...

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

Source

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

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

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

abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...

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

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

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

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

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

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

2025-01-10 15:47:30