\Everyman\Neo4j\GremlinQuery

Represents a Gremlin query Query the database using Gremlin syntax. For query syntax, please refer to the Gremlin documentation for your server version.

Latest documentation: http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html

Summary

Methods
Properties
Constants
__construct()
getQuery()
getParameters()
getResultSet()
No public properties found
No constants found
No protected methods found
$client
$script
$vars
$result
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$script

$script : 

Type

$vars

$vars : 

Type

$result

$result : 

Type

Methods

__construct()

__construct(\Everyman\Neo4j\Client $client, string $script, array $vars)

Set the query script to use

Parameters

\Everyman\Neo4j\Client $client
string $script

A Gremlin query script

array $vars

Replacement vars to inject into the query

getQuery()

getQuery() : string

Get the query script

Returns

string

getParameters()

getParameters() : array

Get the template parameters

Returns

array