Package org.firebirdsql.jdbc.metadata
Class GetBestRowIdentifier
- java.lang.Object
- 
- org.firebirdsql.jdbc.metadata.GetBestRowIdentifier
 
- 
 public final class GetBestRowIdentifier extends java.lang.ObjectProvides the implementation ofDatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean).- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected DbMetadataMediatormediator
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetBestRowIdentifiercreate(DbMetadataMediator mediator)java.sql.ResultSetgetBestRowIdentifier(java.lang.String catalog, java.lang.String schema, java.lang.String table, int scope, boolean nullable)
 
- 
- 
- 
Field Detail- 
mediatorprotected final DbMetadataMediator mediator 
 
- 
 - 
Method Detail- 
getBestRowIdentifierpublic 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
 
 - 
createpublic static GetBestRowIdentifier create(DbMetadataMediator mediator) 
 
- 
 
-