|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.db.QueryOptions
Holder of the query options used for a query. the options are: 'Order by field', 'Select with precision' (instead of %like%) and 'All conditions must apply'
Constructor Summary | |
QueryOptions(DcField field,
boolean bComplyToAllConditions,
boolean bPreciseSelect)
Creates a new query options object |
Method Summary | |
boolean |
getComplyAllConditions()
Specifies if all conditions must apply |
java.lang.String |
getOrderByField()
Returns the field name on which the query should order the results |
boolean |
getPreciseSelect()
Specifies whether the selection should be precise ('=' instead of '%like%') |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryOptions(DcField field, boolean bComplyToAllConditions, boolean bPreciseSelect)
bComplyToAllConditions
- specifies if all conditions must applybPreciseSelect
- specifies if the search should be done precise
('=' instead of '%like%')Method Detail |
public java.lang.String getOrderByField()
public boolean getComplyAllConditions()
public boolean getPreciseSelect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |