|
Oracle Ultra Search Java API Reference 9.0.3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ultrasearch.query.GreaterThan
Class GreaterThan narrows the attribute to bigger values.
This query does not apply to String attributes. When used with Date attribute, it means "later". GreaterThan is the complement of LessThan.
LessThan
Constructor Summary | |
GreaterThan(DateAttribute att, java.util.Date date) Construct a GreaterThan query on a DateAttribute. |
|
GreaterThan(NumberAttribute att, java.math.BigDecimal bd) Construct a GreaterThan 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 GreaterThan(DateAttribute att, java.util.Date date)
att
- a date attributedate
- a Date value, not nullpublic GreaterThan(NumberAttribute att, java.math.BigDecimal bd)
att
- a number attributebd
- a BigDecimal value, not nullMethod Detail |
public java.lang.String compile()
public java.lang.String compileForCount()
|
Oracle Ultra Search Java API Reference 9.0.3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |