Class RemoteInputTableDescriptor.ToServer.SetQuery

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.util.config.RemoteInputTableDescriptor.ToServer.SetQuery
All Implemented Interfaces:
RemoteQuery<Object>, Serializable
Enclosing class:
RemoteInputTableDescriptor.ToServer

public static final class RemoteInputTableDescriptor.ToServer.SetQuery
extends ContextAwareRemoteQuery<Object>
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • execute

      public Object execute​(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.