-
- All Implemented Interfaces:
-
dev.warrengates.bettermetadata.IntegerEnum
,java.io.Serializable
,kotlin.Comparable
public enum BestRowIdentifierScope extends Enum<BestRowIdentifierScope> implements IntegerEnum
Best row identifier scope
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TRANSACTION
valid for remainder of current transaction
Source value: DatabaseMetaData.bestRowSession
TEMPORARY
valid while using row
Source value: DatabaseMetaData.bestRowTransaction
SESSION
valid for remainder of current session
Source value: DatabaseMetaData.bestRowTemporary
-