Class ApplyParametersQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<QueryResult>
io.deephaven.query.parameterized.impl.query.ApplyParametersQuery
- All Implemented Interfaces:
RemoteQuery<QueryResult>
,Serializable
Take a universe ID, widget name, session ID, and set of parameters and go apply the query.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The result of a successful application of the query -
Constructor Summary
ConstructorsConstructorDescriptionApplyParametersQuery
(int parentSessionId, int universeId, String parentWidgetName, Map<String, String[]> parameters) -
Method Summary
Modifier and TypeMethodDescriptionExecute a query on a remote host.static SessionFetcher
setSessionFetcher
(SessionFetcher fetcher) Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
ApplyParametersQuery
-
-
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.
-
setSessionFetcher
-