-
- 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 TRANSACTIONvalid for remainder of current transaction
Source value: DatabaseMetaData.bestRowSession
TEMPORARYvalid while using row
Source value: DatabaseMetaData.bestRowTransaction
SESSIONvalid for remainder of current session
Source value: DatabaseMetaData.bestRowTemporary
-