Methods

Force buffering

buffer() : null

Returns

null

Count

count() : int

Returns

int

Current

current() : mixed

Returns

mixed

Get affected rows

getAffectedRows() : int

Returns

int

Get field count

getFieldCount() : bool | int

Returns

boolint

Get generated value

getGeneratedValue() : mixed | null

Returns

mixednull

Get resource

getResource() : resource

Returns

resource

Initialize

initialize(resource $resource, mixed $generatedValue) : \Zend\Db\Adapter\Driver\Sqlsrv\Result

Parameters

$resource

resource

$generatedValue

mixed

Returns

Check if is buffered

isBuffered() : bool

Returns

bool

Is query result

isQueryResult() : bool

Returns

bool

Key

key() : mixed

Returns

mixed

Rewind

rewind() : bool

Returns

bool

Valid

valid() : bool

Returns

bool

Load

load(int $row) : mixed

Parameters

$row

int

Returns

mixed

 Properties

 

$currentComplete

$currentComplete : bool

 

$currentData

$currentData : bool

 

$generatedValue

$generatedValue : mixed

 

$position

$position : int

 

$resource

$resource : resource