Class GetIndexInfo


  • public abstract class GetIndexInfo
    extends java.lang.Object
    Provides the implementation of DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean).
    Author:
    Mark Rotteveel
    • Method Detail

      • getIndexInfo

        public java.sql.ResultSet getIndexInfo​(java.lang.String table,
                                               boolean unique,
                                               boolean approximate)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException