|
|
Scala 2.3.3
|
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. |
| Def inherited from scala.dbc.DataType | |
| isEquivalent , isSubtypeOf, nativeTypeId, nullable, sqlString |
| Constructor Detail |
| Val Detail |
| Def Detail |
abstract
def
precision
: scala.Int
abstract
def
precisionRadix
: scala.Int
abstract
def
signed
: scala.Boolean