Class FetchResultQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
io.deephaven.query.parameterized.impl.query.FetchResultQuery
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
Fetch a viewport-ready table from the server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecute a query on a remote host.static void
setSessionFetcher
(SessionFetcher fetcher) Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
Constructor Details
-
FetchResultQuery
-
-
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
-