Package org.firebirdsql.jdbc.metadata
Class GetIndexInfo
- java.lang.Object
-
- org.firebirdsql.jdbc.metadata.GetIndexInfo
-
public abstract class GetIndexInfo extends java.lang.Object
Provides the implementation ofDatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)
.- Author:
- Mark Rotteveel
-
-
Field Summary
Fields Modifier and Type Field Description protected DbMetadataMediator
mediator
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetIndexInfo
create(DbMetadataMediator mediator)
java.sql.ResultSet
getIndexInfo(java.lang.String table, boolean unique, boolean approximate)
-
-
-
Field Detail
-
mediator
protected final DbMetadataMediator mediator
-
-
Method Detail
-
getIndexInfo
public java.sql.ResultSet getIndexInfo(java.lang.String table, boolean unique, boolean approximate) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
create
public static GetIndexInfo create(DbMetadataMediator mediator)
-
-