Packages

object ResultSetConcurrency

Source
ResultSetConcurrency.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultSetConcurrency
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Auto extends ResultSetConcurrency with Product with Serializable

    The current concurrency mode of the JDBC driver

  2. case object ReadOnly extends ResultSetConcurrency with Product with Serializable

    The concurrency mode which indicates that the result set may not be updated.

  3. case object Updatable extends ResultSetConcurrency with Product with Serializable

    The concurrency mode which indicates that the result set may be updated.