com.mwc.sqld.db
Class SQLCriteria

java.lang.Object
  |
  +--com.mwc.sqld.db.SQLExpression
        |
        +--com.mwc.sqld.db.SQLCriteria
All Implemented Interfaces:
Criteria, Expression

public class SQLCriteria
extends SQLExpression
implements Criteria


Fields inherited from class com.mwc.sqld.db.SQLExpression
DEBUG_MODE
 
Constructor Summary
SQLCriteria(java.util.Stack operand, java.util.Stack operator)
           
 
Method Summary
 boolean match(ValueLookup[] tbl)
           
 
Methods inherited from class com.mwc.sqld.db.SQLExpression
as, eval, like, SQLAndExpr, SQLCompareExpr, SQLCompareOp, SQLNotExpr, SQLOrExpr, SQLProductExpr, SQLSumExpr, SQLTerm, SQLUnaryExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLCriteria

public SQLCriteria(java.util.Stack operand,
                   java.util.Stack operator)
Method Detail

match

public boolean match(ValueLookup[] tbl)
              throws DBException
Specified by:
match in interface Criteria