Package org.firebirdsql.jdbc.metadata
Class GetBestRowIdentifier
- java.lang.Object
-
- org.firebirdsql.jdbc.metadata.GetBestRowIdentifier
-
public final class GetBestRowIdentifier extends java.lang.Object
Provides the implementation ofDatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)
.- 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 GetBestRowIdentifier
create(DbMetadataMediator mediator)
java.sql.ResultSet
getBestRowIdentifier(java.lang.String catalog, java.lang.String schema, java.lang.String table, int scope, boolean nullable)
-
-
-
Field Detail
-
mediator
protected final DbMetadataMediator mediator
-
-
Method Detail
-
getBestRowIdentifier
public java.sql.ResultSet getBestRowIdentifier(java.lang.String catalog, java.lang.String schema, java.lang.String table, int scope, boolean nullable) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
create
public static GetBestRowIdentifier create(DbMetadataMediator mediator)
-
-