Scala Library Documentation
|
|
scala/dbc/Value.scala
]
abstract
class
Value
extends
AnyRefType Summary | |
type
|
NativeType |
Value Summary | |
abstract val
|
dataType
: DataType
The SQL-99 type of the value.
|
abstract val
|
nativeValue : NativeType |
Method Summary | |
abstract def
|
sqlString
: java.lang.String
A SQL-99 compliant string representation of the value.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Value Details |
abstract
val
dataType : DataType
abstract
val
nativeValue : NativeType
Method Details |
Scala Library Documentation
|
|