Class GetBestRowIdentifier


  • public final class GetBestRowIdentifier
    extends java.lang.Object
    Provides the implementation of DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean).
    Since:
    5
    Author:
    Mark Rotteveel
    • 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