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