On the list of indexes of a table show which were created as part of the creation of a constraint
The explicit column is true when the index was manually created In SQL only a comment is given that the index was implicitly created
This commit is contained in:
parent
60bbb4c445
commit
fd5ad9bbf0
6 changed files with 56 additions and 20 deletions
|
|
@ -23,6 +23,7 @@ public:
|
|||
ColumnsCol, ///
|
||||
ConditionCol,
|
||||
SizeCol,
|
||||
ExplicitIndexCol,
|
||||
colCount };
|
||||
|
||||
// oid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue