java.lang.Object
org.firebirdsql.jdbc.metadata.GetBestRowIdentifier
Provides the implementation of
DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)
.- Since:
- 5
- Author:
- Mark Rotteveel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GetBestRowIdentifier
create
(DbMetadataMediator mediator) getBestRowIdentifier
(String catalog, String schema, String table, int scope, boolean nullable)
-
Field Details
-
mediator
-
-
Method Details
-
getBestRowIdentifier
public ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException - Throws:
SQLException
-
create
-