java.lang.Object
org.firebirdsql.jdbc.metadata.GetIndexInfo
Provides the implementation of
DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)
.- Author:
- Mark Rotteveel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GetIndexInfo
create
(DbMetadataMediator mediator) getIndexInfo
(String table, boolean unique, boolean approximate)
-
Field Details
-
mediator
-
-
Method Details
-
getIndexInfo
public ResultSet getIndexInfo(String table, boolean unique, boolean approximate) throws SQLException - Throws:
SQLException
-
create
-