BestRowColumnType

enum BestRowColumnType : Enum<BestRowColumnType> , IntegerEnum

Indicates whether best row column is a pseudo column like an Oracle ROWID

Entries

Link copied to clipboard
UNKNOWN(DatabaseMetaData.bestRowUnknown)

Indicates best row identifier may or may not be a pseudo column

Link copied to clipboard
NOT_PSEUDO_COLUMN(DatabaseMetaData.bestRowNotPseudo)

Indicates best row identifier is NOT a pseudo column

Link copied to clipboard
IS_PSEUDO_COLUMN(DatabaseMetaData.bestRowPseudo)

Indicates best row identifier is a pseudo column

Properties

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