Uses of Class
org.opennms.bb.common.filter.sql.SQLConstruct

Packages that use SQLConstruct
org.opennms.bb.common.filter   
 

Uses of SQLConstruct in org.opennms.bb.common.filter
 

Fields in org.opennms.bb.common.filter declared as SQLConstruct
private  SQLConstruct BBFilter.sqlStatement
          This is the sql statement that is generated from an expression
 

Methods in org.opennms.bb.common.filter that return SQLConstruct
private  SQLConstruct CUP$BBRulesParser$actions.buildStatement(StringBuffer aWhereClause)
          This method is called by the parser once the entire expression has been parsed.