Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


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
AllOf(NumberAttribute att, java.math.BigDecimal[] vals)
          Construct an AllOf query on a NumberAttribute
AnyOf(NumberAttribute att, java.math.BigDecimal[] vals)
          Construct an AnyOf query on a NumberAttribute
Between(NumberAttribute att, java.math.BigDecimal v1, java.math.BigDecimal v2)
          Construct a Between query on a NumberAttribute.
Equals(NumberAttribute att, java.math.BigDecimal bd)
          Construct a Equals query on a StringAttribute.
GreaterThan(NumberAttribute att, java.math.BigDecimal bd)
          Construct a GreaterThan query on a NumberAttribute.
LessThan(NumberAttribute att, java.math.BigDecimal s)
          Construct a LessThan query on a NumberAttribute.

 


Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.