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
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
-
-
Method Details
-
setId
public void setId(int id) -
getId
public int getId() -
getTables
-
getDefinitions
-
getWidgets
-
maybeAdd
-