Kasper Sørensen created METAMODEL-16:
----------------------------------------

             Summary: More JDBC index information in separate class
                 Key: METAMODEL-16
                 URL: https://issues.apache.org/jira/browse/METAMODEL-16
             Project: Metamodel
          Issue Type: Bug
            Reporter: Kasper Sørensen
            Priority: Trivial


(reporter: Delostilos, but moved by Kasper Sørensen)

Add more index information into a seperate class in the JDBC module: 
org.eobjects.metamodel.jdbc.Index

And make this Index class available through JdbcColumn.

We would like to know more of an Index:

clustered yes/no
unique yes/no
filtered yes/no
the filter condition
the columns in the index
the name of the index
the sort sequence
the type: bitmap, btree ...

An index object should have this info. The JDBC API: 
​DatabaseMetadata.getIndexInfo could deliver the info.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to