|
|
Scala 2.2.0.9025
|
abstract
class
Numeric
[Type]
extends
scala.dbc.DataType with
scala.ScalaObject| Constructor Summary | |
def
this
(_nativeTypeId: scala.Int)
|
|
| Type Summary | |
type
NativeType
|
|
| Val Summary | |
val
nativeTypeId
: scala.Int
|
|
| Def Summary | |
abstract
|
def
precision
: scala.Int
The number of significant digits for that number. |
abstract
|
def
precisionRadix
: scala.Int
The radix in which the precision (and scale when appliable) is defined. ISO-9075 only allows 2 and 10 for this value. |
abstract
|
def
signed
: scala.Boolean
Whether the number is signed or not. |
| Constructor Detail |
def
this
(_nativeTypeId: scala.Int)
| Type Detail |
type
NativeType
| Val Detail |
val
nativeTypeId
: scala.Int
| Def Detail |
abstract
def
precision
: scala.Int
abstract
def
precisionRadix
: scala.Int
abstract
def
signed
: scala.Boolean