in scala.dbc.datatype
class Numeric

abstract class Numeric [ Type ]
extends scala.dbc.DataType
with scala.ScalaObject
A type category for all SQL types that store numbers.

Constructor Summary
def this ( _nativeTypeId : scala.Int )



Type Summary
type NativeType



Def Summary
def precision : scala.Int
The number of significant digits for that number.
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.
def signed : scala.Boolean
Whether the number is signed or not.


Constructor Detail
def this ( _nativeTypeId : scala.Int )

Type Detail
type NativeType

Def Detail
def precision : scala.Int
The number of significant digits for that number.

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.

def signed : scala.Boolean
Whether the number is signed or not.