Package com.illumon.iris.db.util
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description QueryAttachmentResults()
QueryAttachmentResults(Map<String,Object> scopeVariables)
-
Method Summary
Modifier and Type Method Description Map<String,TableDefinition>
getDefinitions()
int
getId()
Set<String>
getTables()
Set<String>
getWidgets()
protected boolean
maybeAdd(String name, Object value)
void
setId(int id)
-
Constructor Details
-
QueryAttachmentResults
public QueryAttachmentResults() -
QueryAttachmentResults
-
-
Method Details
-
setId
public void setId(int id) -
getId
public int getId() -
getTables
-
getDefinitions
-
getWidgets
-
maybeAdd
-