in scala.dbc
class Value

abstract class Value
extends java.lang.Object
with scala.ScalaObject
A SQL-99 value of any type.
Direct Known Subclasses:
Unknown, ExactNumeric, CharacterVarying, CharacterLargeObject, Character, Boolean, ApproximateNumeric

Constructor Summary
def this

Type Summary
type NativeType

Val Summary
abstract val dataType : scala.dbc.DataType

abstract val nativeValue : Value.this.dataType.NativeType

Def Summary
abstract def sqlString : java.lang.String
A SQL-99 compliant string representation of the value.
Constructor Detail
def this

Val Detail
abstract val dataType : scala.dbc.DataType

abstract val nativeValue : Value.this.dataType.NativeType

Def Detail
abstract def sqlString : java.lang.String
A SQL-99 compliant string representation of the value.