Interface ijResult

    • Method Detail

      • isConnection

        boolean isConnection()
      • isStatement

        boolean isStatement()
      • isResultSet

        boolean isResultSet()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • isUpdateCount

        boolean isUpdateCount()
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • isNextRowOfResultSet

        boolean isNextRowOfResultSet()
      • isVector

        boolean isVector()
      • isMulti

        boolean isMulti()
      • isException

        boolean isException()
      • isMultipleResultSetResult

        boolean isMultipleResultSetResult()
      • hasWarnings

        boolean hasWarnings()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getConnection

        java.sql.Connection getConnection()
      • getStatement

        java.sql.Statement getStatement()
      • getUpdateCount

        int getUpdateCount()
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getResultSet

        java.sql.ResultSet getResultSet()
                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getMultipleResultSets

        java.util.List<java.sql.ResultSet> getMultipleResultSets()
      • getNextRowOfResultSet

        java.sql.ResultSet getNextRowOfResultSet()
      • getVector

        java.util.Vector getVector()
      • getException

        java.sql.SQLException getException()
      • getColumnDisplayList

        int[] getColumnDisplayList()
      • getColumnWidthList

        int[] getColumnWidthList()
      • closeStatement

        void closeStatement()
                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSQLWarnings

        java.sql.SQLWarning getSQLWarnings()
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • clearSQLWarnings

        void clearSQLWarnings()
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException