Class FetchInputTableQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<com.illumon.iris.web.shared.data.InputTableDefinition>
com.illumon.iris.db.tables.remote.FetchInputTableQuery
- All Implemented Interfaces:
RemoteQuery<com.illumon.iris.web.shared.data.InputTableDefinition>
,Serializable
public final class FetchInputTableQuery
extends ContextAwareRemoteQuery<com.illumon.iris.web.shared.data.InputTableDefinition>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
FetchInputTableQuery
public FetchInputTableQuery(int tableId)
-
-
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
-