$connection
$connection : mixed
Database connection object/resource
PostgreSQL database adapter class
$profiler : \Pop\Db\Adapter\Profiler\Profiler
Query profiler
beginTransaction() : \Pop\Db\Adapter\Pgsql
Begin a transaction
commit() : \Pop\Db\Adapter\Pgsql
Commit a transaction
rollback() : \Pop\Db\Adapter\Pgsql
Rollback a transaction
query(mixed $sql) : \Pop\Db\Adapter\Pgsql
Execute a SQL query directly
mixed | $sql |
prepare(mixed $sql) : \Pop\Db\Adapter\Pgsql
Prepare a SQL query
mixed | $sql |
bindParams(array $params) : \Pop\Db\Adapter\Pgsql
Bind parameters to a prepared SQL query
array | $params |
execute() : \Pop\Db\Adapter\Pgsql
Execute a prepared SQL query
createSql() : \Pop\Db\Sql
Create SQL builder
createSchema() : \Pop\Db\Sql\Schema
Create Schema builder
setProfiler(\Pop\Db\Adapter\Profiler\Profiler $profiler) : \Pop\Db\Adapter\AbstractAdapter
Set query profiler
\Pop\Db\Adapter\Profiler\Profiler | $profiler |
getProfiler() : \Pop\Db\Adapter\Profiler\Profiler
Get query profiler
clearProfiler() : \Pop\Db\Adapter\AbstractAdapter
Clear query profiler
setError(string $error) : \Pop\Db\Adapter\AbstractAdapter
Set the error
string | $error |
clearError() : \Pop\Db\Adapter\AbstractAdapter
Clear the error