|
|||||||||
| 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 definition of where condition object of a query. |
java.lang.String[] |
getAndInfo()
Gets all where conditions in a String array. |
| 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 - Specifies the logic string of the where condition.
The logic describes the relationship between this sentence
and the next condition, such as "AND" and "OR".sExpression1 - Specifies the first expression of the where condition.sOperator - Specifies the operator of the where condition.sExpression2 - Specifies the second expression of the where condition.public java.lang.String[] getAndInfo()
sExpression1, sOperator, sExpression2, and sLogic.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||