jet.api
Class WherePortionInfo

java.lang.Object
  extended by jet.api.WherePortionInfo

public class WherePortionInfo
extends java.lang.Object


Constructor Summary
WherePortionInfo()
          Constructor.
 
Method Summary
 void add(java.lang.String sExpression1, java.lang.String sOperator, java.lang.String sExpression2, java.lang.String sLogic, boolean isNewGroup)
          Adds a where portion object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WherePortionInfo

public WherePortionInfo()
Constructor.

Method Detail

add

public void add(java.lang.String sExpression1,
                java.lang.String sOperator,
                java.lang.String sExpression2,
                java.lang.String sLogic,
                boolean isNewGroup)
Adds a where portion object.

Parameters:
sLogic - the logic string of the where portion
sExpression1 - the first expression of the where portion
sOperator - the operator of the where portion
sExpression2 - the second expression of the where portion
isNewGroup - indicates whether to insert a new group or not