ResultSetType

slick.jdbc.ResultSetType$
See theResultSetType companion class

Attributes

Companion:
class
Source:
ResultSetType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Auto extends ResultSetType

The current result set type of the JDBC driver

The current result set type of the JDBC driver

Attributes

Source:
ResultSetType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Auto.type
case object ForwardOnly extends ResultSetType

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

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

Attributes

Source:
ResultSetType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ScrollInsensitive extends ResultSetType

Represents a result set type that allows result sets to be navigated in a non-linear way while keeping the original data in the result set intact.

Represents a result set type that allows result sets to be navigated in a non-linear way while keeping the original data in the result set intact.

Attributes

Source:
ResultSetType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ScrollSensitive extends ResultSetType

Represents a result set type that allows result sets to be navigated in a non-linear way, and changes in the underlying data to be observed.

Represents a result set type that allows result sets to be navigated in a non-linear way, and changes in the underlying data to be observed.

Attributes

Source:
ResultSetType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala