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