Scala 2

API Specification

This document is the API specification for Scala 2.

Class Summary
abstract class DataType
An ISO-9075:2003 (SQL) data type. Mappings between SQL types and database specific types should be provided by the database driver.
case class Database
A link to a database. The Database abstract class must be specialised for every different DBMS.
abstract class Value
A SQL-99 value of any type.
abstract class Vendor
This class ..

Object Summary
object DataType

object Syntax
This class ..
object Utilities
An object offering transformation methods (views) on various values. This object's members must be visible in an expression to use value auto-conversion.