in scala.dbc.result
class Field

abstract class Field
extends java.lang.Object
with ScalaObject
An ISO-9075:2003 (SQL) table field.

Constructor 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
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