jet.api
Class QueryAndInfo

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

public class QueryAndInfo
extends java.lang.Object


Constructor Summary
QueryAndInfo()
          Constructor.
 
Method Summary
 void add(java.lang.String sExpression1, java.lang.String sOperator, java.lang.String sExpression2, java.lang.String sLogic)
          Adds a where condition object.
 java.lang.String[] getAndInfo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAndInfo

public QueryAndInfo()
Constructor. Creates a where condition object.

Method Detail

add

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

Parameters:
sLogic - the logic string of the where condition
sExpression1 - the first expression of the where condition
sOperator - the operator of the where condition
sExpression2 - the second expression of the where condition

getAndInfo

public java.lang.String[] getAndInfo()
Returns:
the String array of the where condition