| Package | Description |
|---|---|
| iot.jcypher.database | |
| iot.jcypher.database.embedded | |
| iot.jcypher.database.remote | |
| iot.jcypher.domain.internal | |
| iot.jcypher.query.writer | |
| iot.jcypher.util |
| Modifier and Type | Method and Description |
|---|---|
JcQueryResult |
IDBAccess.execute(JcQuery query)
execute a query against a database
|
| Modifier and Type | Method and Description |
|---|---|
List<JcQueryResult> |
IDBAccess.execute(List<JcQuery> queries)
execute a list of queries against a database
|
| Modifier and Type | Method and Description |
|---|---|
JcQueryResult |
AbstractEmbeddedDBAccess.execute(JcQuery query) |
| Modifier and Type | Method and Description |
|---|---|
List<JcQueryResult> |
AbstractEmbeddedDBAccess.execute(List<JcQuery> queries) |
| Modifier and Type | Method and Description |
|---|---|
JcQueryResult |
RemoteDBAccess.execute(JcQuery query) |
| Modifier and Type | Method and Description |
|---|---|
List<JcQueryResult> |
RemoteDBAccess.execute(List<JcQuery> queries) |
| Modifier and Type | Method and Description |
|---|---|
List<JcQueryResult> |
DomainAccess.InternalDomainAccess.execute(List<JcQuery> queries) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CypherWriter.toCypherExpression(JcQuery query,
WriterContext context) |
static void |
JSONWriter.toJSON(JcQuery query,
WriterContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSONWriter.toJSON(List<JcQuery> queries,
WriterContext context) |
| Modifier and Type | Method and Description |
|---|---|
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 String |
Util.toCypher(JcQuery query,
Format pretty) |
static String |
Util.toJSON(JcQuery query,
Format pretty) |
| 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 String |
Util.toJSON(List<JcQuery> queries,
Format pretty) |
Copyright © 2016. All rights reserved.