\Everyman\Neo4j\QueryResultSet

This is what you get when you execute a query. Looping over this will give you {@link Row} instances.

Summary

Methods
Properties
Constants
__construct()
getColumns()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
count()
rewind()
current()
key()
next()
valid()
No public properties found
No constants found
No protected methods found
$client
$rows
$data
$columns
$position
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$rows

$rows : 

Type

$data

$data : 

Type

$columns

$columns : 

Type

$position

$position : 

Type

Methods

__construct()

__construct(\Everyman\Neo4j\Client $client, array $result)

Set the array of results to represent

Parameters

\Everyman\Neo4j\Client $client
array $result

getColumns()

getColumns() : array

Return the list of column names

Returns

array

offsetExists()

offsetExists( $offset)

Parameters

$offset

offsetGet()

offsetGet( $offset)

Parameters

$offset

offsetSet()

offsetSet( $offset,  $value)

Parameters

$offset
$value

offsetUnset()

offsetUnset( $offset)

Parameters

$offset

count()

count()

rewind()

rewind()

current()

current()

key()

key()

next()

next()

valid()

valid()