Packages

object ResultSetHoldability

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

Value Members

  1. case object Auto extends ResultSetHoldability with Product with Serializable

    The current holdability mode of the JDBC driver

  2. case object CloseCursorsAtCommit extends ResultSetHoldability with Product with Serializable

    The holdability mode which indicates that result sets are closed when the current transaction is committed.

  3. case object Default extends ResultSetHoldability with Product with Serializable

    The default holdability mode of the JDBC driver

  4. case object HoldCursorsOverCommit extends ResultSetHoldability with Product with Serializable

    The holdability mode which indicates that result sets remain open when the current transaction is committed.