Methods

Force buffering at driver level

buffer() : void

Oracle does not support this, to my knowledge (@ralphschindler)

Exceptions

\Zend\Db\Adapter\Exception\RuntimeException

Count

count() : int

Returns

int

Current

current() : mixed

Returns

mixed

Get affected rows

getAffectedRows() : int

Returns

int

Get field count

getFieldCount() : int

Returns

int

Get generated value

getGeneratedValue() : mixed | null

Returns

mixednull

Return the resource

getResource() : mixed

Returns

mixed

Initialize

initialize(resource $resource) : \Zend\Db\Adapter\Driver\Oci8\Result

Parameters

$resource

resource

Returns

Is the result buffered?

isBuffered() : bool

Returns

bool

Is query result?

isQueryResult() : bool

Returns

bool

Key

key() : mixed

Returns

mixed

Rewind

rewind() 

Valid

valid() : bool

Returns

bool

Load from oci8 result

loadData() : bool

Returns

bool

 Properties

 

Is the current() operation already complete for this pointer position?

$currentComplete : bool

 

$currentData

$currentData : bool

 

$generatedValue

$generatedValue : mixed

 

$isBuffered

$isBuffered : bool

 

Number of known rows

$numberOfRows : int

 

Cursor position

$position : int

 

$resource

$resource : resource

 

$statementBindValues

$statementBindValues : array