|
Scala
1.4.0.4 |
|||
Field Summary | |
final
|
val java_lang_Integer_SIZE: Int
|
final
|
val java_lang_Long_SIZE: Int
|
Method Summary | |
final
|
def bigint: ExactNumeric[Long]
|
final
|
def boolean: Boolean
|
final
|
def character(_length: Int): Character
|
final
|
def characterLargeObject: CharacterLargeObject
|
final
|
def characterVarying(_length: Int): CharacterVarying
|
final
|
def doublePrecision: ApproximateNumeric[Double]
|
final
|
def integer: ExactNumeric[Int]
|
final
|
def numeric(_precision: Int): DataType
|
final
|
def numeric(_precision: Int, _scale: Int): DataType
|
final
|
def real: ApproximateNumeric[Float]
|
final
|
def smallint: ExactNumeric[Short]
|
final
|
def tinyint: ExactNumeric[Byte]
|
Field Detail |
final val java_lang_Integer_SIZE: Int
final val java_lang_Long_SIZE: Int
Method Detail |
final def boolean: Boolean
final def tinyint: ExactNumeric[Byte]
final def smallint: ExactNumeric[Short]
final def integer: ExactNumeric[Int]
final def bigint: ExactNumeric[Long]
final def numeric(_precision: Int): DataType
final def numeric(_precision: Int, _scale: Int): DataType
final def real: ApproximateNumeric[Float]
final def doublePrecision: ApproximateNumeric[Double]
final def character(_length: Int): Character
final def characterVarying(_length: Int): CharacterVarying
final def characterLargeObject: CharacterLargeObject
|
Scala
1.4.0.4 |
|||