| Package | Description |
|---|---|
| iot.jcypher.query.writer | |
| iot.jcypher.util |
| Modifier and Type | Field and Description |
|---|---|
Format |
WriterContext.cypherFormat |
| Modifier and Type | Method and Description |
|---|---|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.printQueries(List<JcQuery> queries,
QueriesPrintObserver.QueryToObserve toObserve,
Format format)
map to CYPHER statements and map to JSON, print the mapping results
to the output streams configured in QueriesPrintObserver
|
static void |
Util.printQuery(JcQuery query,
QueriesPrintObserver.QueryToObserve toObserve,
Format format)
map to CYPHER statements and map to JSON, print the mapping results to System.out
|
static void |
Util.printResult(JcQueryResult result,
String title,
Format format) |
static void |
Util.printResults(List<JcQueryResult> results,
String title,
Format format) |
static String |
Util.toCypher(JcQuery query,
Format pretty) |
static String |
Util.toJSON(JcQuery query,
Format pretty) |
static String |
Util.toJSON(List<JcQuery> queries,
Format pretty) |
Copyright © 2016. All rights reserved.