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

Packages that use FilterTable
org.opennms.bb.common.filter.sql   
org.opennms.bb.common.filter.xml   
 

Uses of FilterTable in org.opennms.bb.common.filter.sql
 

Methods in org.opennms.bb.common.filter.sql with parameters of type FilterTable
 void SQLExpressionMapper.addTable(FilterTable aTable)
          This method adds a table keyed by its name to the tableList hashmap.
 StringBuffer SQLExpressionMapper.getSubSelect(String columnName, FilterTable view, String ipLikeString)
          Deprecated.  
 void SQLConstruct.addToFromClause(FilterTable aTable)
          This method adds a column name to from clause.
 

Uses of FilterTable in org.opennms.bb.common.filter.xml
 

Methods in org.opennms.bb.common.filter.xml with parameters of type FilterTable
protected  JoinCondition FilterSchemaParser.processJoin(org.w3c.dom.Node joinNode, FilterTable table)
          This method is used to process a tag.