Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

Uses of Class
oracle.ultrasearch.query.NumberAttribute

Packages that use NumberAttribute
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 NumberAttribute in oracle.ultrasearch.query

 

Methods in oracle.ultrasearch.query that return NumberAttribute
 NumberAttribute InstanceMetaData.getNumberAttribute(java.lang.String name)
          Get a number attribute from Ultra Search using an attribute name (not display name).

 

Constructors in oracle.ultrasearch.query with parameters of type NumberAttribute
LessThan(NumberAttribute att, java.math.BigDecimal s)
          Construct a LessThan query on a NumberAttribute.
GreaterThan(NumberAttribute att, java.math.BigDecimal bd)
          Construct a GreaterThan query on a NumberAttribute.
Equals(NumberAttribute att, java.math.BigDecimal bd)
          Construct a Equals query on a StringAttribute.
Between(NumberAttribute att, java.math.BigDecimal v1, java.math.BigDecimal v2)
          Construct a Between query on a NumberAttribute.
AnyOf(NumberAttribute att, java.math.BigDecimal[] vals)
          Construct an AnyOf query on a NumberAttribute
AllOf(NumberAttribute att, java.math.BigDecimal[] vals)
          Construct an AllOf query on a NumberAttribute

 


Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

Copyright © 2004 Oracle Corporation. All Rights Reserved.