Class QueryAttachmentResults

java.lang.Object
com.illumon.iris.db.util.QueryAttachmentResults
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynamicQueryAttachmentResults

public class QueryAttachmentResults extends Object implements Serializable
The result of a console attachment query. Contains an id, which is used to direct commands to a particular script session and a list of table and widget names that are in the initial binding.
See Also:
  • Constructor Details

    • QueryAttachmentResults

      public QueryAttachmentResults()
    • QueryAttachmentResults

      public QueryAttachmentResults(Map<String,Object> scopeVariables)
  • Method Details

    • setId

      public void setId(int id)
    • getId

      public int getId()
    • getTables

      public Set<String> getTables()
    • getDefinitions

      public Map<String,TableDefinition> getDefinitions()
    • getWidgets

      public Set<String> getWidgets()
    • maybeAdd

      protected boolean maybeAdd(String name, Object value)