Packages

case object ForwardOnly extends ResultSetType with Product with Serializable

Represents a result set type that only allows result sets to be read sequentially (i.e. the cursor may only move forward).

Source
ResultSetType.scala
Linear Supertypes
Serializable, Product, Equals, ResultSetType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardOnly
  2. Serializable
  3. Product
  4. Equals
  5. ResultSetType
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val intValue: Int
    Definition Classes
    ResultSetType
  2. def productElementName(n: Int): String
    Definition Classes
    Product
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def withDefault(r: ResultSetType): ResultSetType

    Return this ResultSetType, unless it is Auto in which case the specified result set type is returned instead.

    Return this ResultSetType, unless it is Auto in which case the specified result set type is returned instead.

    Definition Classes
    ResultSetType