Class FetchQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.tables.remote.FetchQuery
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
A
query
that will, in one operation, fetch a table, apply ACLs, and initialize
a viewport for the requested object. The object may be a table, or a widget.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
-
Constructor Summary
ConstructorsConstructorDescriptionFetchQuery
(String name) FetchQuery
(String name, FetchQuery.FetchType fetchType) -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
FetchQuery
-
FetchQuery
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-
toString
- Overrides:
toString
in classContextAwareRemoteQuery<Object>
-