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.
Direct known subclasses:
ExactNumeric, ApproximateNumeric

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
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.