|
Scala
1.4.0.4 |
|||
Object Summary | |
object Factory
|
Class Summary | |
abstract
|
class ApproximateNumeric[Type](nativeTypeId: Int)
A type category for all SQL types that store varying-precision numbers. |
class Boolean()
The SQL type for a truth value. |
|
abstract
|
class Character()
A SQL type for a string of characters of arbitrary length with arbitrary character set. |
class CharacterLargeObject()
A SQL type for an unbounded length string of characters with arbitrary character set. |
|
abstract
|
class CharacterString()
A type category for all SQL types that store strings of characters. |
abstract
|
class CharacterVarying()
A SQL type for a varying length string of characters with arbitrary maximal length and arbitrary character set. |
abstract
|
class ExactNumeric[Type](nativeTypeId: Int)
A type category for all SQL types that store constant-precision numbers. |
abstract
|
class Numeric[Type](_nativeTypeId: Int)
A type category for all SQL types that store numbers. |
abstract
|
class String()
A type category for all SQL types that store strings of elements. |
class Unknown()
The SQL type for a truth value. |
|
Scala
1.4.0.4 |
|||