__construct()
checkEnvironment()
createResult()
createStatement()
formatParameterName()
getConnection()
getDatabasePlatformName()
getLastGeneratedValue()
getPrepareType()
getProfiler()
getResultPrototype()
getStatementPrototype()
registerConnection()
registerResultPrototype()
registerStatementPrototype()
setProfiler()
$connection
$profiler
$resultPrototype
$statementPrototype
NAME_FORMAT_CAMELCASE
NAME_FORMAT_NATURAL
PARAMETERIZATION_NAMED
PARAMETERIZATION_POSITIONAL
__construct(array | \Zend\Db\Adapter\Driver\Oci8\Connection | \oci8 $connection, \Zend\Db\Adapter\Driver\Oci8\Statement $statementPrototype, \Zend\Db\Adapter\Driver\Oci8\Result $resultPrototype)
array\Zend\Db\Adapter\Driver\Oci8\Connection\oci8
null\Zend\Db\Adapter\Driver\Oci8\Statement
null\Zend\Db\Adapter\Driver\Oci8\Result
checkEnvironment() : bool
boolcreateResult(resource $resource, null $isBuffered) : \Zend\Db\Adapter\Driver\Oci8\Result
formatParameterName(string $name, mixed $type) : string
string
mixed
stringgetConnection() : \Zend\Db\Adapter\Driver\Oci8\Connection
getDatabasePlatformName(string $nameFormat) : string
string
stringgetLastGeneratedValue() : mixed
mixedgetPrepareType() : array
arraygetStatementPrototype() : null | \Zend\Db\Adapter\Driver\Oci8\Statement
registerConnection(\Zend\Db\Adapter\Driver\Oci8\Connection $connection) : \Zend\Db\Adapter\Driver\Oci8\Oci8
registerResultPrototype(\Zend\Db\Adapter\Driver\Oci8\Result $resultPrototype) : \Zend\Db\Adapter\Driver\Oci8\Oci8
registerStatementPrototype(\Zend\Db\Adapter\Driver\Oci8\Statement $statementPrototype) : \Zend\Db\Adapter\Driver\Oci8\Oci8
setProfiler(\Zend\Db\Adapter\Profiler\ProfilerInterface $profiler) : \Zend\Db\Adapter\Driver\Oci8\Oci8
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 | 
|---|