Class TableMapClient.TableMapGet

All Implemented Interfaces:
RemoteQuery<Table>, Serializable
Enclosing class:
TableMapClient

public static class TableMapClient.TableMapGet
extends ContextAwareRemoteQuery<Table>
Get a table from a TableMap applying approriate ACLs before returning
See Also:
Serialized Form
  • Field Details

    • id

      public final int id
  • Constructor Details

  • Method Details

    • execute

      public Table 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.