public final class GetIndexInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected DbMetadataMediator | mediator | 
| Modifier and Type | Method and Description | 
|---|---|
| static GetIndexInfo | create(DbMetadataMediator mediator) | 
| java.sql.ResultSet | getIndexInfo(java.lang.String table,
            boolean unique,
            boolean approximate) | 
protected final DbMetadataMediator mediator
public java.sql.ResultSet getIndexInfo(java.lang.String table,
                                       boolean unique,
                                       boolean approximate)
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic static GetIndexInfo create(DbMetadataMediator mediator)
Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.