jet.api
Class QuerySubQueryInfo

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

public class QuerySubQueryInfo
extends java.lang.Object


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

Constructor Detail

QuerySubQueryInfo

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

Method Detail

add

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

Parameters:
sLogic - the logic string of the where condition
sExpression1 - the expression of the where condition
sOperator - the operator of the where condition
queryname - sub-query name

getSubQueryInfo

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