| Package | Description |
|---|---|
| org.neo4j.rest.graphdb.query |
| Modifier and Type | Method and Description |
|---|---|
CypherTransaction.ResultType |
CypherTransaction.Statement.getType() |
static CypherTransaction.ResultType |
CypherTransaction.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CypherTransaction.ResultType[] |
CypherTransaction.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CypherTransaction(RestAPICypherImpl restAPI,
CypherTransaction.ResultType type) |
CypherTransaction(String baseUri,
CypherTransaction.ResultType type) |
Statement(String query,
Map<String,Object> parameters,
CypherTransaction.ResultType type,
boolean replace) |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.