Class FetchQuery

All Implemented Interfaces:
RemoteQuery<Object>, Serializable

public final class FetchQuery extends ContextAwareRemoteQuery<Object>
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:
  • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object