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