Package | Description |
---|---|
org.neo4j.rest.graphdb.query |
Modifier and Type | Method and Description |
---|---|
CypherTransaction.Result |
CypherTransaction.commit(String statement,
Map<String,Object> params) |
CypherTransaction.Result |
CypherTransaction.commit(String statement,
Map<String,Object> params,
boolean replace) |
CypherTransaction.Result |
CypherTransaction.send(String statement,
Map<String,Object> params) |
CypherTransaction.Result |
CypherTransaction.send(String statement,
Map<String,Object> params,
boolean replace) |
Modifier and Type | Method and Description |
---|---|
List<CypherTransaction.Result> |
CypherTransaction.commit() |
List<CypherTransaction.Result> |
CypherTransaction.send() |
Constructor and Description |
---|
CypherTxResult(CypherTransaction.Result result) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.