slick.jdbc.ResultSetHoldability
See theResultSetHoldability companion class
object ResultSetHoldability
Attributes
- Companion
- class
- Source
- ResultSetHoldability.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResultSetHoldability.type
Members list
Type members
Classlikes
case object Auto extends ResultSetHoldability
The current holdability mode of the JDBC driver
The current holdability mode of the JDBC driver
Attributes
- Source
- ResultSetHoldability.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetHoldabilityclass Objecttrait Matchableclass AnyShow all
- Self type
-
Auto.type
case object CloseCursorsAtCommit extends ResultSetHoldability
The holdability mode which indicates that result sets are closed when the current transaction is committed.
The holdability mode which indicates that result sets are closed when the current transaction is committed.
Attributes
- Source
- ResultSetHoldability.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetHoldabilityclass Objecttrait Matchableclass AnyShow all
- Self type
-
CloseCursorsAtCommit.type
case object Default extends ResultSetHoldability
The default holdability mode of the JDBC driver
The default holdability mode of the JDBC driver
Attributes
- Source
- ResultSetHoldability.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetHoldabilityclass Objecttrait Matchableclass AnyShow all
- Self type
-
Default.type
case object HoldCursorsOverCommit extends ResultSetHoldability
The holdability mode which indicates that result sets remain open when the current transaction is committed.
The holdability mode which indicates that result sets remain open when the current transaction is committed.
Attributes
- Source
- ResultSetHoldability.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetHoldabilityclass Objecttrait Matchableclass AnyShow all
- Self type
Inherited types
The names of the product elements
The name of the type
In this article