in scala.dbc
class Value

abstract class Value
extends java.lang.Object
with scala.ScalaObject
A SQL-99 value of any type.

Constructor Summary
def this



Type Summary
type NativeType



Def Summary
def dataType : scala.dbc.DataType
The SQL-99 type of the value.
def nativeValue : Value.this.dataType.NativeType

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


Constructor Detail
def this

Type Detail
type NativeType

Def Detail
def dataType : scala.dbc.DataType
The SQL-99 type of the value.

def nativeValue : Value.this.dataType.NativeType

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