Package | Description |
---|---|
org.gcube.messaging.common.consumerlibrary.query |
Modifier and Type | Method and Description |
---|---|
ArrayList<ArrayList<String>> |
SystemAccountingQuery.getTypeContent(String name)
Get the table content stored on the SystemAccounting DB
|
JSONArray |
SystemAccountingQuery.getTypeContentAsJSONObject(String name)
Get the table content stored on the SystemAccounting DB as JSON Object
|
String |
SystemAccountingQuery.getTypeContentAsJSONString(String name)
Get the table content stored on the SystemAccounting DB as JSON
|
ArrayList<String> |
SystemAccountingQuery.getTypes()
Get the types ( tables ) stored on the SystemAccounting DB
|
String |
Query.query()
Generic SELECT/SHOW MYSQL query
|
JSONArray |
SystemAccountingQuery.queryTypeContentAsJSONObject(String query)
Get the table content stored on the SystemAccounting DB as JSON Object
|
String |
SystemAccountingQuery.queryTypeContentAsJSONString(String query)
Get the table content stored on the SystemAccounting DB as JSON
|
Copyright © 2015. All Rights Reserved.