Property | Type | Description | |
---|---|---|---|
$fields | string[] | ||
$records | |||
$resultSummary |
Method | Description | |
---|---|---|
__construct ( GraphAware\Common\Cypher\StatementInterface $statement ) | ||
firstRecord ( ) : |
||
firstRecordOrDefault ( $default ) | ||
getRecord ( ) : |
||
getRecords ( ) : |
||
hasRecord ( ) : boolean | ||
pushRecord ( $data, $graph ) | ||
setFields ( array $fields ) | ||
setGraph ( array $graph ) | ||
setStats ( array $stats ) | ||
size ( ) |
Method | Description | |
---|---|---|
array_map_deep ( array $array, array $graph ) : array | ||
extractIdFromRestUrl ( string $url ) : integer | ||
getNodesFromPathMetadata ( array $metadata, array $graph ) : array | ||
getRelationshipsFromPathMetadata ( array $metadata, array $graph ) : array |
public __construct ( GraphAware\Common\Cypher\StatementInterface $statement ) | ||
$statement | GraphAware\Common\Cypher\StatementInterface |
protected RecordView[],GraphAware\Neo4j\Client\Formatter $records | ||
return |