BetterMetadata
0.9.1
BetterMetadata
/
dev.warrengates.bettermetadata
/
ResultSetType
Result
Set
Type
enum
ResultSetType
:
Enum
<
ResultSetType
>
,
IntegerEnum
Content copied to clipboard
Result set type
Entries
Properties
Entries
SCROLL_SENSITIVE
Link copied to clipboard
SCROLL_SENSITIVE
(
ResultSet.TYPE_SCROLL_SENSITIVE
)
Content copied to clipboard
Scroll Sensitive
SCROLL_INSENSITIVE
Link copied to clipboard
SCROLL_INSENSITIVE
(
ResultSet.TYPE_SCROLL_INSENSITIVE
)
Content copied to clipboard
Scroll Insensitive
FORWARD_ONLY
Link copied to clipboard
FORWARD_ONLY
(
ResultSet.TYPE_FORWARD_ONLY
)
Content copied to clipboard
Forward Only
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
Int
Content copied to clipboard