Index Icons: Have icons visually identify UNIQUE, CLUSTERED indexes.
I added the files /elegant/tree/connection/*
index-nonuniuqe-clustered.png
index-nonuniuqe-nonclustered.png
index-uniuqe-clustered.png
index-uniuqe-nonclustered.png
Apache Derby: derby ony allows you to create unique or not unique indexes. The extraction is limited, but the Descriptor of the index object starts with UNIQUE for unique indexes.
if the descriptor starts with unique, will display the Unique-NonClustered icon else the NonUnique-NonClustered. Unless it is a system index, in which case it displays the system index icon.
Apache Derby: derby ony allows you to create unique or not unique indexes. The extraction is limited, but the Descriptor of the index object starts with UNIQUE for unique indexes.
if the descriptor starts with unique, will display the Unique-NonClustered icon else the NonUnique-NonClustered. Unless it is a system index, in which case it displays the system index icon.
code completed and tested. if we want to change up any of the definitions of "Clustered" by index type for any specific database please let me know.
code completed and tested. if we want to change up any of the definitions of "Clustered" by index type for any specific database please let me know.
This is implemented and verified in 11.0.0-rc-81
This is implemented and verified in 11.0.0-rc-81
Issue #959 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 11.0.0-rc-81 |
No time estimate |
1 issue link |
relates to #9631
Issue #9631Same index icons are used in UNIQUE index and NONCLUSTERED index. |
I added the files /elegant/tree/connection/*
index-nonuniuqe-clustered.png
index-nonuniuqe-nonclustered.png
index-uniuqe-clustered.png
index-uniuqe-nonclustered.png