| java.awt.AWTEvent com.salmonllc.sql.QBEEvent
TYPE_FILTER_PREVIEW | final public static int TYPE_FILTER_PREVIEW(Code) | | |
TYPE_SQL_PREVIEW | final public static int TYPE_SQL_PREVIEW(Code) | | |
getFilter | public String getFilter()(Code) | | Return the SQL or filter the QBE will run
|
getType | public int getType()(Code) | | Returns the type of event TYPE_SQL_PREVIEW or TYPE_FILTER_PREVIEW
|
setFilter | public void setFilter(String filter)(Code) | | Replace the SQL or filter the QBE will run
|
|
|