Methods

__construct()

__construct(array | \Zend\Db\Adapter\Driver\Oci8\Connection | \oci8 $connection, \Zend\Db\Adapter\Driver\Oci8\Statement $statementPrototype, \Zend\Db\Adapter\Driver\Oci8\Result $resultPrototype) 

Parameters

$statementPrototype

null\Zend\Db\Adapter\Driver\Oci8\Statement

Check environment

checkEnvironment() : bool

Returns

bool

Create result

createResult(resource $resource, null $isBuffered) : \Zend\Db\Adapter\Driver\Oci8\Result

Parameters

$resource

resource

$isBuffered

null

Returns

Create statement

createStatement(string $sqlOrResource) : \Zend\Db\Adapter\Driver\Oci8\Statement

Parameters

$sqlOrResource

string

Returns

Format parameter name

formatParameterName(string $name, mixed $type) : string

Parameters

$name

string

$type

mixed

Returns

string

Get database platform name

getDatabasePlatformName(string $nameFormat) : string

Parameters

$nameFormat

string

Returns

string

Get last generated value

getLastGeneratedValue() : mixed

Returns

mixed

Get prepare type

getPrepareType() : array

Returns

array

getResultPrototype()

getResultPrototype() : null | \Zend\Db\Adapter\Driver\Oci8\Result

getStatementPrototype()

getStatementPrototype() : null | \Zend\Db\Adapter\Driver\Oci8\Statement

Register connection

registerConnection(\Zend\Db\Adapter\Driver\Oci8\Connection $connection) : \Zend\Db\Adapter\Driver\Oci8\Oci8

Register result prototype

registerResultPrototype(\Zend\Db\Adapter\Driver\Oci8\Result $resultPrototype) : \Zend\Db\Adapter\Driver\Oci8\Oci8

Register statement prototype

registerStatementPrototype(\Zend\Db\Adapter\Driver\Oci8\Statement $statementPrototype) : \Zend\Db\Adapter\Driver\Oci8\Oci8

setProfiler()

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

 Properties

 

$connection

$connection : \Zend\Db\Adapter\Driver\Oci8\Connection

   

$resultPrototype

$resultPrototype : \Zend\Db\Adapter\Driver\Oci8\Result

 

$statementPrototype

$statementPrototype : \Zend\Db\Adapter\Driver\Oci8\Statement

 Constants

 

NAME_FORMAT_CAMELCASE

NAME_FORMAT_CAMELCASE 
Inherited

inherited_from \Zend\Db\Adapter\Driver\DriverInterface::NAME_FORMAT_CAMELCASE
 

NAME_FORMAT_NATURAL

NAME_FORMAT_NATURAL 
Inherited

inherited_from \Zend\Db\Adapter\Driver\DriverInterface::NAME_FORMAT_NATURAL
 

PARAMETERIZATION_NAMED

PARAMETERIZATION_NAMED 
Inherited

inherited_from \Zend\Db\Adapter\Driver\DriverInterface::PARAMETERIZATION_NAMED
 

PARAMETERIZATION_POSITIONAL

PARAMETERIZATION_POSITIONAL 
Inherited

inherited_from \Zend\Db\Adapter\Driver\DriverInterface::PARAMETERIZATION_POSITIONAL