Class ijResultImpl

    • Constructor Detail

      • ijResultImpl

        ijResultImpl()
    • Method Detail

      • isResultSet

        public boolean isResultSet()
                            throws java.sql.SQLException
        Specified by:
        isResultSet in interface ijResult
        Throws:
        java.sql.SQLException
      • isUpdateCount

        public boolean isUpdateCount()
                              throws java.sql.SQLException
        Specified by:
        isUpdateCount in interface ijResult
        Throws:
        java.sql.SQLException
      • isVector

        public boolean isVector()
        Specified by:
        isVector in interface ijResult
      • isMulti

        public boolean isMulti()
        Specified by:
        isMulti in interface ijResult
      • hasWarnings

        public boolean hasWarnings()
                            throws java.sql.SQLException
        Specified by:
        hasWarnings in interface ijResult
        Throws:
        java.sql.SQLException
      • getConnection

        public java.sql.Connection getConnection()
        Specified by:
        getConnection in interface ijResult
      • getStatement

        public java.sql.Statement getStatement()
        Specified by:
        getStatement in interface ijResult
      • getUpdateCount

        public int getUpdateCount()
                           throws java.sql.SQLException
        Specified by:
        getUpdateCount in interface ijResult
        Throws:
        java.sql.SQLException
      • getResultSet

        public java.sql.ResultSet getResultSet()
                                        throws java.sql.SQLException
        Specified by:
        getResultSet in interface ijResult
        Throws:
        java.sql.SQLException
      • getMultipleResultSets

        public java.util.List<java.sql.ResultSet> getMultipleResultSets()
        Specified by:
        getMultipleResultSets in interface ijResult
      • getVector

        public java.util.Vector getVector()
        Specified by:
        getVector in interface ijResult
      • getException

        public java.sql.SQLException getException()
        Specified by:
        getException in interface ijResult
      • closeStatement

        public void closeStatement()
                            throws java.sql.SQLException
        Specified by:
        closeStatement in interface ijResult
        Throws:
        java.sql.SQLException
      • getSQLWarnings

        public abstract java.sql.SQLWarning getSQLWarnings()
                                                    throws java.sql.SQLException
        Specified by:
        getSQLWarnings in interface ijResult
        Throws:
        java.sql.SQLException
      • clearSQLWarnings

        public abstract void clearSQLWarnings()
                                       throws java.sql.SQLException
        Specified by:
        clearSQLWarnings in interface ijResult
        Throws:
        java.sql.SQLException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object