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::getConnectionId
  • References/PHP/Phalcon/Db/Adapter

public string getConnectionId () Gets the active connection unique identifier

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

public createSavepoint (mixed $name) Creates a new savepoint

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

public boolean delete (string | array $table, [string $whereCondition], [array $placeholders], [array

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

public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Drops a column from a

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

public setDialect (Phalcon\Db\DialectInterface

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

public getSqlVariables () Active SQL bound parameter variables

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

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Drops a view

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

public rollback ([mixed $nesting]) Rollbacks the active transaction in the connection

2025-01-10 15:47:30