Attributes
- Companion
- class
- Source
- ResultSetType.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResultSetType.type
Members list
Type members
Classlikes
The current result set type of the JDBC driver
The current result set type of the JDBC driver
Attributes
- Source
- ResultSetType.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Auto.type
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
ForwardOnly.type
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
ScrollInsensitive.type
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResultSetTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
ScrollSensitive.type
Inherited types
The names of the product elements
The name of the type