Package org.firebirdsql.jdbc.metadata
Class GetImportedKeys
- java.lang.Object
-
- org.firebirdsql.jdbc.metadata.GetImportedKeys
-
public final class GetImportedKeys extends java.lang.Object
Provides the implementation forDatabaseMetaData.getImportedKeys(String, String, String)
.- Since:
- 5
- 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 GetImportedKeys
create(DbMetadataMediator mediator)
java.sql.ResultSet
getImportedKeys(java.lang.String table)
-
-
-
Field Detail
-
mediator
protected final DbMetadataMediator mediator
-
-
Method Detail
-
getImportedKeys
public java.sql.ResultSet getImportedKeys(java.lang.String table) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
create
public static GetImportedKeys create(DbMetadataMediator mediator)
-
-