Package oracle.kv.table
Interface DoubleDef
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface oracle.kv.table.FieldDef
FieldDef.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DoubleDefclone()Perform a deep copy of this FieldDef instance.java.lang.DoublegetMax()Deprecated.as of release 4.0 it is no longer possible to specify ranges on Double types.java.lang.DoublegetMin()Deprecated.as of release 4.0 it is no longer possible to specify ranges on Double types.-
Methods inherited from interface oracle.kv.table.FieldDef
asAny, asAnyAtomic, asAnyJsonAtomic, asAnyRecord, asArray, asBinary, asBoolean, asDouble, asEnum, asFixedBinary, asFloat, asInteger, asJson, asLong, asMap, asNumber, asRecord, asString, asTimestamp, createArray, createBinary, createBoolean, createDouble, createEnum, createFixedBinary, createFloat, createInteger, createJsonNull, createLong, createMap, createNumber, createNumber, createNumber, createNumber, createNumber, createRecord, createString, createTimestamp, getDescription, getType, isAny, isAnyAtomic, isAnyJsonAtomic, isAnyRecord, isArray, isAtomic, isBinary, isBoolean, isComplex, isDouble, isEnum, isFixedBinary, isFloat, isInteger, isJson, isLong, isMap, isMRCounter, isNumber, isNumeric, isPrecise, isRecord, isString, isTimestamp, isType, isUUIDString, isValidIndexField, isValidKeyField
-
-
-
-
Method Detail
-
getMin
@Deprecated java.lang.Double getMin()
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Double types.- Returns:
- the minimum value for the instance if defined, otherwise null
-
getMax
@Deprecated java.lang.Double getMax()
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Double types.- Returns:
- the maximum value for the instance if defined, otherwise null
-
-