|
Scala 2
|
class
Field
extends
java.lang.Object with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
final
|
def
approximateNumericValue
[ NativeType ]
: ApproximateNumeric
|
final
|
def
booleanValue
: Boolean
|
final
|
def
characterLargeObjectValue
: CharacterLargeObject
|
final
|
def
characterValue
: Character
|
final
|
def
characterVaryingValue
: CharacterVarying
|
def
content
: Value
The content (value) of the field. The type of this value is undefined, transformation into a useful type will be done by an automatic view function defined in the field object. |
|
final
|
def
exactNumericValue
[ NativeType ]
: ExactNumeric
|
def
metadata
: FieldMetadata
The field metadata attached to this field. |
|
def
originatingTuple
: Tuple
The tuple that contains this field. |
|
final
|
def
unknownValue
: Unknown
|
final
|
def
value
[ Type <: Value ]
: Type
|
Constructor Detail |
def
this
Def Detail |
def
approximateNumericValue
[ NativeType ] : ApproximateNumeric
def
booleanValue
: Boolean
def
characterLargeObjectValue
: CharacterLargeObject
def
characterValue
: Character
def
characterVaryingValue
: CharacterVarying
def
content
: Value
def
exactNumericValue
[ NativeType ] : ExactNumeric
def
metadata
: FieldMetadata
def
originatingTuple
: Tuple
def
unknownValue
: Unknown
def
value
[ Type <: Value ] : Type