Packages

package db

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DBApi extends AnyRef

    DB API for managing application databases.

  2. trait Database extends AnyRef

    Database API.

  3. sealed abstract class TransactionIsolationLevel extends AnyRef

    Defines isolation levels that determines the degree to which one transaction must be isolated from resource or data modifications made by other operations.

    Defines isolation levels that determines the degree to which one transaction must be isolated from resource or data modifications made by other operations.

    See also

    Connection.

Value Members

  1. object TransactionIsolationLevel

Ungrouped