ResultSet

ldbc.sql.ResultSet
See theResultSet companion trait
object ResultSet

Attributes

Companion
trait
Source
ResultSet.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ResultSet.type

Members list

Value members

Concrete fields

The constant indicating that open ResultSet objects with this holdability will be closed when the current transaction is committed.

The constant indicating that open ResultSet objects with this holdability will be closed when the current transaction is committed.

Attributes

Source
ResultSet.scala

The constant indicating the concurrency mode for a ResultSet object that may NOT be updated.

The constant indicating the concurrency mode for a ResultSet object that may NOT be updated.

Attributes

Source
ResultSet.scala

The constant indicating the concurrency mode for a ResultSet object that may be updated.

The constant indicating the concurrency mode for a ResultSet object that may be updated.

Attributes

Source
ResultSet.scala

The constant indicating that open ResultSet objects with this holdability will remain open when the current transaction is committed.

The constant indicating that open ResultSet objects with this holdability will remain open when the current transaction is committed.

Attributes

Source
ResultSet.scala

The constant indicating the type for a ResultSet object whose cursor may move only forward.

The constant indicating the type for a ResultSet object whose cursor may move only forward.

Attributes

Source
ResultSet.scala

The constant indicating the type for a ResultSet object that is scrollable but generally not sensitive to changes to the data that underlies the ResultSet.

The constant indicating the type for a ResultSet object that is scrollable but generally not sensitive to changes to the data that underlies the ResultSet.

Attributes

Source
ResultSet.scala

The constant indicating the type for a ResultSet object that is scrollable and generally sensitive to changes to the data that underlies the ResultSet.

The constant indicating the type for a ResultSet object that is scrollable and generally sensitive to changes to the data that underlies the ResultSet.

Attributes

Source
ResultSet.scala