|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.QueryAndInfo
public class QueryAndInfo
| 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 |
|---|
public QueryAndInfo()
| Method Detail |
|---|
public void add(java.lang.String sExpression1,
java.lang.String sOperator,
java.lang.String sExpression2,
java.lang.String sLogic)
sLogic - the logic string of the where conditionsExpression1 - the first expression of the where conditionsOperator - the operator of the where conditionsExpression2 - the second expression of the where conditionpublic java.lang.String[] getAndInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||