|
Oracle Ultra Search APIs 9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ultrasearch.query.LessThan
Class LessThan narrows the attribute to smaller values.
This query does not apply to String attributes. When used with Date attribute, it means "earlier". LessThan is the complement of GreaterThan.
GreaterThan
Constructor Summary | |
LessThan(DateAttribute att, java.util.Date s) Construct a LessThan query on a DateAttribute. |
|
LessThan(NumberAttribute att, java.math.BigDecimal s) Construct a LessThan query on a NumberAttribute. |
Method Summary | |
java.lang.String |
compile() compile into a query string. |
java.lang.String |
compileForCount() compile into a query string for counting hits. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LessThan(DateAttribute att, java.util.Date s)
att
- a date attributedate
- a Date value, not nullpublic LessThan(NumberAttribute att, java.math.BigDecimal s)
att
- a number attributebd
- a BigDecimal value, not nullMethod Detail |
public java.lang.String compile()
public java.lang.String compileForCount()
|
Oracle Ultra Search APIs 9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |