Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.javatools.db.datatypes.NumericDataType.MinMaxValue

Packages that use NumericDataType.MinMaxValue
oracle.javatools.db.datatypes Classes related to datatypes in the database API. 
 

Uses of NumericDataType.MinMaxValue in oracle.javatools.db.datatypes
 

Fields in oracle.javatools.db.datatypes declared as NumericDataType.MinMaxValue
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_BIGINT
          Standard definitions of integer MinMaxValues.
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_BIT
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_INT
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_MEDIUMINT
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_MONEY
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_SIGNED_TINYINT
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_SMALLINT
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_SMALLMONEY
           
static NumericDataType.MinMaxValue NumericDataType.MIN_MAX_UNSIGNED_TINYINT
           
 

Constructors in oracle.javatools.db.datatypes with parameters of type NumericDataType.MinMaxValue
NumericDataType(int domain, java.lang.String name, NumericDataType.MinMaxValue minMaxValues)
          Use this constructor when the data type is a simple name with no declarable attributes, e.g.
NumericDataType(int domain, java.lang.String name, java.lang.String definition, DataTypeAttribute[] attributes, NumericDataType.MinMaxValue minMaxValues)
          Use this constructor when the data type has declarable attributes, e.g.
NumericDataType(int domain, java.lang.String name, java.lang.String definition, long minPrecision, long maxPrecision, java.lang.Long defaultPrecision, boolean isPrecisionMandatory, DataTypeAttribute[] attributes, NumericDataType.MinMaxValue minMaxValues)
          Use this constructor when the datatype has declarable precision, e.g.
NumericDataType(int domain, java.lang.String name, java.lang.String definition, long minPrecision, long maxPrecision, java.lang.Long defaultPrecision, boolean isPrecisionMandatory, long minScale, java.lang.Long maxScale, java.lang.Long defaultScale, boolean isScaleMandatory, DataTypeAttribute[] attributes, NumericDataType.MinMaxValue minMaxValues)
          Use this constructor when the number type has declarable precision and scale, e.g.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.