BetterMetadata
0.9.1
BetterMetadata
/
dev.warrengates.bettermetadata
/
IndexType
Index
Type
enum
IndexType
:
Enum
<
IndexType
>
,
IntegerEnum
Content copied to clipboard
Index type
Entries
Properties
Entries
OTHER
Link copied to clipboard
OTHER
(
DatabaseMetaData.tableIndexOther.toInt()
)
Content copied to clipboard
Other
HASHED
Link copied to clipboard
HASHED
(
DatabaseMetaData.tableIndexHashed.toInt()
)
Content copied to clipboard
Hashed
CLUSTERED
Link copied to clipboard
CLUSTERED
(
DatabaseMetaData.tableIndexClustered.toInt()
)
Content copied to clipboard
Clustered
STATISTIC
Link copied to clipboard
STATISTIC
(
DatabaseMetaData.tableIndexStatistic.toInt()
)
Content copied to clipboard
Statistic
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
Int
Content copied to clipboard