ResultSetType

enum ResultSetType : Enum<ResultSetType> , IntegerEnum

Result set type

Entries

Link copied to clipboard
SCROLL_SENSITIVE(ResultSet.TYPE_SCROLL_SENSITIVE)

Scroll Sensitive

Link copied to clipboard
SCROLL_INSENSITIVE(ResultSet.TYPE_SCROLL_INSENSITIVE)

Scroll Insensitive

Link copied to clipboard
FORWARD_ONLY(ResultSet.TYPE_FORWARD_ONLY)

Forward Only

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: Int