com.ibm.websphere.brb.query
Class LogicalOpNode

java.lang.Object
  extended bycom.ibm.websphere.brb.query.QueryNode
      extended bycom.ibm.websphere.brb.query.LogicalOpNode
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AndNode, OrNode

public abstract class LogicalOpNode
extends QueryNode

An abstract class representing a logical operator node for a query such as an and or or.

See Also:
Serialized Form

Method Summary
 void buildWhereClause(java.lang.StringBuffer sb, java.util.Vector boundAttributes)
          FOR IBM INTERNAL USE ONLY.
 
Methods inherited from class com.ibm.websphere.brb.query.QueryNode
getWhereClause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

buildWhereClause

public void buildWhereClause(java.lang.StringBuffer sb,
                             java.util.Vector boundAttributes)
                      throws BusinessRuleBeansException
FOR IBM INTERNAL USE ONLY.

Throws:
BusinessRuleBeansException