BestRowIdentifierScope

enum BestRowIdentifierScope : Enum<BestRowIdentifierScope> , IntegerEnum

Best row identifier scope

Entries

Link copied to clipboard
TRANSACTION(DatabaseMetaData.bestRowTransaction)

valid for remainder of current transaction

Link copied to clipboard
TEMPORARY(DatabaseMetaData.bestRowTemporary)

valid while using row

Link copied to clipboard
SESSION(DatabaseMetaData.bestRowSession)

valid for remainder of current session

Properties

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

Value