Class GetAllTableNames

All Implemented Interfaces:
RemoteQuery<Map<String,​List<String>>>, Serializable

public class GetAllTableNames
extends ContextAwareRemoteQuery<Map<String,​List<String>>>
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • execute

      public Map<String,​List<String>> 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.