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.SQLException
public static GetIndexInfo create(DbMetadataMediator mediator)
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.