__construct()
checkEnvironment()
createResult()
createStatement()
formatParameterName()
getConnection()
getDatabasePlatformName()
getLastGeneratedValue()
getPrepareType()
getProfiler()
registerConnection()
registerResultPrototype()
registerStatementPrototype()
setProfiler()
$connection
$options
$profiler
$resultPrototype
$statementPrototype
NAME_FORMAT_CAMELCASE
NAME_FORMAT_NATURAL
PARAMETERIZATION_NAMED
PARAMETERIZATION_POSITIONAL
__construct(array | \Zend\Db\Adapter\Driver\Pgsql\Connection | resource $connection, \Zend\Db\Adapter\Driver\Pgsql\Statement $statementPrototype, \Zend\Db\Adapter\Driver\Pgsql\Result $resultPrototype, array $options)
array\Zend\Db\Adapter\Driver\Pgsql\Connectionresource
null\Zend\Db\Adapter\Driver\Pgsql\Statement
null\Zend\Db\Adapter\Driver\Pgsql\Result
array
checkEnvironment() : bool
createStatement(string | null $sqlOrResource) : \Zend\Db\Adapter\Driver\Pgsql\Statement
formatParameterName(string $name, mixed $type) : string
string
mixed
stringgetConnection() : \Zend\Db\Adapter\Driver\Pgsql\Connection
getDatabasePlatformName(string $nameFormat) : string
string
stringgetLastGeneratedValue(string $name) : mixed
string
mixedgetPrepareType() : array
arrayregisterConnection(\Zend\Db\Adapter\Driver\Pgsql\Connection $connection) : \Zend\Db\Adapter\Driver\Pgsql\Pgsql
registerResultPrototype(\Zend\Db\Adapter\Driver\Pgsql\Result $result) : \Zend\Db\Adapter\Driver\Pgsql\Pgsql
registerStatementPrototype(\Zend\Db\Adapter\Driver\Pgsql\Statement $statement) : \Zend\Db\Adapter\Driver\Pgsql\Pgsql
setProfiler(\Zend\Db\Adapter\Profiler\ProfilerInterface $profiler)
NAME_FORMAT_CAMELCASE
| inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::NAME_FORMAT_CAMELCASE | 
|---|
NAME_FORMAT_NATURAL
| inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::NAME_FORMAT_NATURAL | 
|---|
PARAMETERIZATION_NAMED
| inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::PARAMETERIZATION_NAMED | 
|---|
PARAMETERIZATION_POSITIONAL
| inherited_from | \Zend\Db\Adapter\Driver\DriverInterface::PARAMETERIZATION_POSITIONAL | 
|---|