IndexType

enum IndexType : Enum<IndexType> , IntegerEnum

Index type

Entries

Link copied to clipboard
OTHER(DatabaseMetaData.tableIndexOther.toInt())

Other

Link copied to clipboard
HASHED(DatabaseMetaData.tableIndexHashed.toInt())

Hashed

Link copied to clipboard
CLUSTERED(DatabaseMetaData.tableIndexClustered.toInt())

Clustered

Link copied to clipboard
STATISTIC(DatabaseMetaData.tableIndexStatistic.toInt())

Statistic

Properties

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