|
|
Scala 2.2.0.9025
|
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 |
def
this
| Type Detail |
type
NativeType
| Val Detail |
abstract
val
dataType
: scala.dbc.DataType
abstract
val
nativeValue
: Value.this.dataType.NativeType
| Def Detail |
abstract
def
sqlString
: java.lang.String