slick.jdbc.ResultSetConcurrency
See theResultSetConcurrency companion class
object ResultSetConcurrency
Attributes
- Companion
- class
- Source
- ResultSetConcurrency.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResultSetConcurrency.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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetConcurrencyclass Objecttrait Matchableclass AnyShow 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetConcurrencyclass Objecttrait Matchableclass AnyShow 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetConcurrencyclass Objecttrait Matchableclass AnyShow all
- Self type
-
Updatable.type
Inherited types
The names of the product elements
The name of the type
In this article