ResultSetType

slick.jdbc.ResultSetType
See theResultSetType companion object
sealed abstract class ResultSetType(val intValue: Int)

Represents a result set type.

Attributes

Companion:
object
Source:
ResultSetType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Auto.type
object ForwardOnly.type
object ScrollInsensitive.type
object ScrollSensitive.type
Self type

Members list

Concise view

Value members

Concrete methods

Return this ResultSetType, unless it is Auto in which case the specified result set type is returned instead.

Return this ResultSetType, unless it is Auto in which case the specified result set type is returned instead.

Attributes

Source:
ResultSetType.scala

Concrete fields

val intValue: Int

Attributes

Source:
ResultSetType.scala