Methods

Constructor

__construct(resource | array | null $connectionInfo) 

Parameters

$connectionInfo

resourcearraynull

Execute

execute(string $sql) : resource | \Zend\Db\ResultSet\ResultSetInterface

Get connection parameters

getConnectionParameters() : array
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::getConnectionParameters()

Returns

array

Get current schema

getCurrentSchema() : null | string

Returns

nullstring

Get driver name

getDriverName() : null | string
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::getDriverName()

Returns

nullstring

Get last generated id

getLastGeneratedValue(null $name) : string

Parameters

$name

null

Ignored

Returns

string

getProfiler()

getProfiler() : null | \Zend\Db\Adapter\Profiler\ProfilerInterface
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::getProfiler()

Returns

Get resource

getResource() : resource
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::getResource()

Returns

resource

Checks whether the connection is in transaction state.

inTransaction() : boolean
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::inTransaction()

Returns

boolean

Is connected

isConnected() : bool

Returns

bool

setConnectionParameters()

setConnectionParameters(array $connectionParameters) : \Zend\Db\Adapter\Driver\self
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::setConnectionParameters()

Parameters

$connectionParameters

array

Returns

\Zend\Db\Adapter\Driver\self

Set driver

setDriver(\Zend\Db\Adapter\Driver\Pgsql\Pgsql $driver) : \Zend\Db\Adapter\Driver\Pgsql\self

Parameters

Returns

\Zend\Db\Adapter\Driver\Pgsql\self

setProfiler()

setProfiler(\Zend\Db\Adapter\Profiler\ProfilerInterface $profiler) : \Zend\Db\Adapter\Driver\self
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::setProfiler()

Parameters

Returns

\Zend\Db\Adapter\Driver\self

setType()

setType(int | null $type) : \Zend\Db\Adapter\Driver\Pgsql\self

Parameters

$type

intnull

Returns

\Zend\Db\Adapter\Driver\Pgsql\self

Get Connection String

getConnectionString() : string

Returns

string

 Properties

 

$connectionParameters

$connectionParameters : array
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::$$connectionParameters
   

$driverName

$driverName : string | null
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::$$driverName
 

$inTransaction

$inTransaction : boolean
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::$$inTransaction
 

Nested transactions count.

$nestedTransactionsCount : integer
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::$$nestedTransactionsCount
 

$profiler

$profiler : \Zend\Db\Adapter\Profiler\ProfilerInterface | null
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::$$profiler
 

$resource

$resource : resource | null
Inherited

inherited_from \Zend\Db\Adapter\Driver\AbstractConnection::$$resource
 

<p>PostgreSQL connection type</p>

$type : null | int