|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.db.QueryOptions
public class QueryOptions
Additional query options such as the ordering.
Constructor Summary | |
---|---|
QueryOptions(DcField[] ordering,
boolean bComplyToAllConditions,
boolean bPreciseSelect)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
getComplyAllConditions()
Indicates if all the conditions should be matched. |
java.lang.String[] |
getOrdering()
The ordering to be applied when querying for the items. |
boolean |
getPreciseSelect()
Indicates if matches have to be precise (equals or like condition). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryOptions(DcField[] ordering, boolean bComplyToAllConditions, boolean bPreciseSelect)
ordering
- The ordering to applied.bComplyToAllConditions
- All conditions have to be met.bPreciseSelect
- Only Exact matches only.Method Detail |
---|
public java.lang.String[] getOrdering()
public boolean getComplyAllConditions()
public boolean getPreciseSelect()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |