|
|
Scala 2.3.3
|
abstract
class
Value
extends java.lang.Object
with scala.ScalaObject
| 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 |
| Val Detail |
abstract
val
dataType
: scala.dbc.DataType
abstract
val
nativeValue
: Value.this.dataType.NativeType
| Def Detail |