ResultSetConcurrency

slick.jdbc.ResultSetConcurrency
See theResultSetConcurrency companion class

Attributes

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

Members list

Type members

Classlikes

case object Auto extends ResultSetConcurrency

The current concurrency mode of the JDBC driver

The current concurrency mode of the JDBC driver

Attributes

Source
ResultSetConcurrency.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Auto.type
case object ReadOnly extends ResultSetConcurrency

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

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

Attributes

Source
ResultSetConcurrency.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ReadOnly.type
case object Updatable extends ResultSetConcurrency

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

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

Attributes

Source
ResultSetConcurrency.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Updatable.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