Scala Library Documentation
|
|
scala/dbc/value/Unknown.scala
]
abstract
class
Unknown
extends
ValueValue Summary | |
abstract val
|
dataType
: Unknown
The SQL-99 type of the value.
|
Values and Variables inherited from Value | |
nativeValue (abstract) |
Method Summary | |
def
|
sqlString
: Nothing
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 |
Value Details |
Method Details |
Scala Library Documentation
|
|