Class NetResultSet42

    • Constructor Detail

      • NetResultSet42

        NetResultSet42​(NetAgent netAgent,
                       NetStatement netStatement,
                       Cursor cursor,
                       int qryprctyp,
                       int sqlcsrhld,
                       int qryattscr,
                       int qryattsns,
                       int qryattset,
                       long qryinsid,
                       int actualResultSetType,
                       int actualResultSetConcurrency,
                       int actualResultSetHoldability)
    • Method Detail

      • updateObject

        public void updateObject​(int columnIndex,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(int columnIndex,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType,
                                 int scaleOrLength)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(java.lang.String columnName,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(java.lang.String columnName,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType,
                                 int scaleOrLength)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • checkClosed

        private void checkClosed​(java.lang.String methodName)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException