|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateAttribute | |
oracle.ultrasearch.query | This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release. |
Uses of DateAttribute in oracle.ultrasearch.query |
Methods in oracle.ultrasearch.query that return DateAttribute | |
DateAttribute |
InstanceMetaData.getDateAttribute(java.lang.String name) Get a date attribute from Ultra Search using an attribute name (not display name). |
Constructors in oracle.ultrasearch.query with parameters of type DateAttribute | |
LessThan(DateAttribute att, java.util.Date s) Construct a LessThan query on a DateAttribute. |
|
GreaterThan(DateAttribute att, java.util.Date date) Construct a GreaterThan query on a DateAttribute. |
|
Equals(DateAttribute att, java.util.Date d) Construct a Equals query on a StringAttribute. |
|
Between(DateAttribute att, java.util.Date v1, java.util.Date v2) Construct a Between query on a DateAttribute. |
|
AnyOf(DateAttribute att, java.util.Date[] vals) Construct an AnyOf query on a DateAttribute |
|
AllOf(DateAttribute att, java.util.Date[] vals) Construct an AllOf query on a DateAttribute |
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |