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

Deprecated. Use the new WebSphere Process Server Business Rule function.

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

Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
 
Method Summary
 void buildWhereClause(java.lang.StringBuffer sb, java.util.Vector boundAttributes)
          Deprecated. 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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Method Detail

buildWhereClause

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

Throws:
BusinessRuleBeansException