| Package | Description |
|---|---|
| iot.jcypher.database | |
| iot.jcypher.database.embedded | |
| iot.jcypher.database.remote | |
| iot.jcypher.domain.internal | |
| iot.jcypher.query.result.util | |
| 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) |
| Constructor and Description |
|---|
ResultHandler(JcQueryResult queryResult,
int queryIndex,
IDBAccess dbAccess)
construct a ResultHandler initialized with a queryResult
|
| Modifier and Type | Method and Description |
|---|---|
static List<JcError> |
Util.collectErrors(JcQueryResult result) |
static void |
Util.printResult(JcQueryResult result,
String title,
Format format) |
| Modifier and Type | Method and Description |
|---|---|
static List<JcError> |
Util.collectErrors(List<JcQueryResult> results) |
static void |
Util.printResults(List<JcQueryResult> results,
String title,
Format format) |
Copyright © 2016. All rights reserved.