|
Scala
1.4.0.4 |
|||
Field Summary | |
type NativeType
The native Scala type in which values of this SQL type will be encoded. |
|
val nativeTypeId: Int
The native Scala type in which values of this SQL type will be encoded. |
Method Summary | |
abstract
|
def precision: Int
The number of significant digits for that number. |
abstract
|
def precisionRadix: Int
The radix in which the precision (and scale when appliable) is defined. |
abstract
|
def signed: Boolean
Whether the number is signed or not. |
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/dbc/DataType-class |
isEquivalent, isSubtypeOf, nullable, sqlString |
Field Detail |
type NativeType = Type
val nativeTypeId: Int
NativeType
.
Method Detail |
abstract def precisionRadix: Int
abstract def precision: Int
abstract def signed: Boolean
|
Scala
1.4.0.4 |
|||