Scala 2

API Specification
This document is the API specification for Scala 2.


Class Summary
abstract class ApproximateNumeric [Type]
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]
A type category for all SQL types that store constant-precision numbers.
abstract class Numeric [Type]
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.

Object Summary
object Factory