|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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()
compile
in interface Query
public java.lang.String compileForCount()
compileForCount
in interface Query
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |