|
Scala Library Documentation
|
|
scala/dbc/Value.scala]
abstract
class
Value
extends AnyRef| Type 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
: 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
|
|