Uses of Class
org.gcube.messaging.common.consumerlibrary.query.QueryNotSetException

Packages that use QueryNotSetException
org.gcube.messaging.common.consumerlibrary.query   
 

Uses of QueryNotSetException in org.gcube.messaging.common.consumerlibrary.query
 

Methods in org.gcube.messaging.common.consumerlibrary.query that throw QueryNotSetException
 java.util.ArrayList<java.util.ArrayList<java.lang.String>> SystemAccountingQuery.getTypeContent(java.lang.String name)
          Get the table content stored on the SystemAccounting DB
 JSONArray SystemAccountingQuery.getTypeContentAsJSONObject(java.lang.String name)
          Get the table content stored on the SystemAccounting DB as JSON Object
 java.lang.String SystemAccountingQuery.getTypeContentAsJSONString(java.lang.String name)
          Get the table content stored on the SystemAccounting DB as JSON
 java.util.ArrayList<java.lang.String> SystemAccountingQuery.getTypes()
          Get the types ( tables ) stored on the SystemAccounting DB
 java.lang.String Query.query()
          Generic SELECT/SHOW MYSQL query
 JSONArray SystemAccountingQuery.queryTypeContentAsJSONObject(java.lang.String query)
          Get the table content stored on the SystemAccounting DB as JSON Object
 java.lang.String SystemAccountingQuery.queryTypeContentAsJSONString(java.lang.String query)
          Get the table content stored on the SystemAccounting DB as JSON