// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   BaseResultSet.java
// Class Version:      45.3

package oracle.jdbc.driver;

import java.io.InputStream;
import java.io.Reader;
import java.math.BigDecimal;
import java.sql.*;
import oracle.jdbc.dbaccess.DBError;
import oracle.sql.*;

// Referenced classes of package oracle.jdbc.driver:
//            OracleResultSet

// flag ACC_SUPER is set
public abstract class BaseResultSet extends OracleResultSet
{
    // Constants:          198
    // Interfaces:         0
    // Fields:             3
    // Methods:            67
    // Class Attributes:   1


    SQLWarning m_warning;
    boolean m_autoRefetch;
    public boolean close_statement_on_close;

    // Decompiling method: <init>  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 20 bytes, Code offset: 2483
    // Line Number Table found: 5 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 20 Range 0 19 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 20 Range 0 19 Init 0 fixed
    public BaseResultSet()
    {
        super();
        m_warning = null;
        m_autoRefetch = true;
        close_statement_on_close = false;
        return;
    }

    // Decompiling method: absolute  Signature: (I)Z
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 9 bytes, Code offset: 2557
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 9 Range 0 8 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 9 Range 0 8 Init 0
    // RetValue   2 added: Name <returnValue> Type Z At 0 9 Range 0 8 Init 0 fixed
    public boolean absolute(int i)
        throws SQLException
    {
        DBError.throwSqlException(75, "absolute");
        return false;
    }

    // Decompiling method: afterLast  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 2626
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void afterLast()
        throws SQLException
    {
        DBError.throwSqlException(75, "afterLast");
        return;
    }

    // Decompiling method: beforeFirst  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 2694
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void beforeFirst()
        throws SQLException
    {
        DBError.throwSqlException(75, "beforeFirst");
        return;
    }

    // Decompiling method: cancelRowUpdates  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 2762
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void cancelRowUpdates()
        throws SQLException
    {
        DBError.throwSqlException(76, "cancelRowUpdates");
        return;
    }

    // Decompiling method: clearWarnings  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 6 bytes, Code offset: 2830
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 6 Range 0 5 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 6 Range 0 5 Init 0 fixed
    public void clearWarnings()
        throws SQLException
    {
        m_warning = null;
        return;
    }

    // Decompiling method: closeStatementOnClose  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 6 bytes, Code offset: 2888
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 6 Range 0 5 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 6 Range 0 5 Init 0 fixed
    public void closeStatementOnClose()
    {
        close_statement_on_close = true;
        return;
    }

    // Decompiling method: deleteRow  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 2936
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void deleteRow()
        throws SQLException
    {
        DBError.throwSqlException(76, "deleteRow");
        return;
    }

    // Decompiling method: first  Signature: ()Z
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 9 bytes, Code offset: 3004
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 9 Range 0 8 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 9 Range 0 8 Init 0 fixed
    public boolean first()
        throws SQLException
    {
        DBError.throwSqlException(75, "first");
        return false;
    }

    // Decompiling method: getAutoRefetch  Signature: ()Z
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 5 bytes, Code offset: 3073
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 5 Range 0 4 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 5 Range 0 4 Init 0 fixed
    public boolean getAutoRefetch()
        throws SQLException
    {
        return m_autoRefetch;
    }

    // Decompiling method: getConcurrency  Signature: ()I
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 4 bytes, Code offset: 3126
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 4 Range 0 3 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type I At 0 4 Range 0 3 Init 0 fixed
    public int getConcurrency()
        throws SQLException
    {
        return 1007;
    }

    // Decompiling method: getCursorName  Signature: ()Ljava/lang/String;
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 9 bytes, Code offset: 3178
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 9 Range 0 8 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Ljava/lang/String; At 0 9 Range 0 8 Init 0 fixed
    public synchronized String getCursorName()
        throws SQLException
    {
        DBError.check_error(23, "getCursorName");
        return null;
    }

    // Decompiling method: getFetchDirection  Signature: ()I
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 4 bytes, Code offset: 3247
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 4 Range 0 3 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type I At 0 4 Range 0 3 Init 0 fixed
    public int getFetchDirection()
        throws SQLException
    {
        return 1000;
    }

    // Decompiling method: getType  Signature: ()I
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 4 bytes, Code offset: 3299
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 4 Range 0 3 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type I At 0 4 Range 0 3 Init 0 fixed
    public int getType()
        throws SQLException
    {
        return 1003;
    }

    // Decompiling method: getWarnings  Signature: ()Ljava/sql/SQLWarning;
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 5 bytes, Code offset: 3351
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 5 Range 0 4 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Ljava/sql/SQLWarning; At 0 5 Range 0 4 Init 0 fixed
    public SQLWarning getWarnings()
        throws SQLException
    {
        return m_warning;
    }

    // Decompiling method: insertRow  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 3404
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void insertRow()
        throws SQLException
    {
        DBError.throwSqlException(76, "insertRow");
        return;
    }

    // Decompiling method: last  Signature: ()Z
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 9 bytes, Code offset: 3472
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 9 Range 0 8 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 9 Range 0 8 Init 0 fixed
    public boolean last()
        throws SQLException
    {
        DBError.throwSqlException(75, "last");
        return false;
    }

    // Decompiling method: moveToCurrentRow  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 3541
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void moveToCurrentRow()
        throws SQLException
    {
        DBError.throwSqlException(76, "moveToCurrentRow");
        return;
    }

    // Decompiling method: moveToInsertRow  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 3609
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void moveToInsertRow()
        throws SQLException
    {
        DBError.throwSqlException(76, "moveToInsertRow");
        return;
    }

    // Decompiling method: previous  Signature: ()Z
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 9 bytes, Code offset: 3677
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 9 Range 0 8 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 9 Range 0 8 Init 0 fixed
    public boolean previous()
        throws SQLException
    {
        DBError.throwSqlException(75, "previous");
        return false;
    }

    // Decompiling method: refreshRow  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 7 bytes, Code offset: 3746
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 7 Range 0 6 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 7 Range 0 6 Init 0 fixed
    public void refreshRow()
        throws SQLException
    {
        DBError.check_error(23, null);
        return;
    }

    // Decompiling method: relative  Signature: (I)Z
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 9 bytes, Code offset: 3805
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 9 Range 0 8 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 9 Range 0 8 Init 0
    // RetValue   2 added: Name <returnValue> Type Z At 0 9 Range 0 8 Init 0 fixed
    public boolean relative(int i)
        throws SQLException
    {
        DBError.throwSqlException(75, "relative");
        return false;
    }

    // Decompiling method: rowDeleted  Signature: ()Z
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 2 bytes, Code offset: 3874
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 2 Range 0 1 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 2 Range 0 1 Init 0 fixed
    public boolean rowDeleted()
        throws SQLException
    {
        return false;
    }

    // Decompiling method: rowInserted  Signature: ()Z
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 2 bytes, Code offset: 3924
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 2 Range 0 1 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 2 Range 0 1 Init 0 fixed
    public boolean rowInserted()
        throws SQLException
    {
        return false;
    }

    // Decompiling method: rowUpdated  Signature: ()Z
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 2 bytes, Code offset: 3974
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 2 Range 0 1 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Z At 0 2 Range 0 1 Init 0 fixed
    public boolean rowUpdated()
        throws SQLException
    {
        return false;
    }

    // Decompiling method: setAutoRefetch  Signature: (Z)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 6 bytes, Code offset: 4024
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 6 Range 0 5 Init 0 fixed
    // Parameter  1 added: Name flag Type Z At 0 6 Range 0 5 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 6 Range 0 5 Init 0 fixed
    public void setAutoRefetch(boolean flag)
        throws SQLException
    {
        m_autoRefetch = flag;
        return;
    }

    // Decompiling method: setFetchDirection  Signature: (I)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 40 bytes, Code offset: 4082
    // Line Number Table found: 11 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 40 Range 0 39 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 40 Range 0 39 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 40 Range 0 39 Init 0 fixed
    public void setFetchDirection(int i)
        throws SQLException
    {
        if(i == 1000)
        {
            return;
        }
        if(i == 1001 || i == 1002)
        {
            DBError.throwSqlException(75, "setFetchDirection(FETCH_REVERSE, FETCH_UNKNOWN)");
        } else
        {
            DBError.throwSqlException(68, "setFetchDirection");
        }
        return;
    }

    // Decompiling method: updateARRAY  Signature: (ILoracle/sql/ARRAY;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4210
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name array Type Loracle/sql/ARRAY; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateARRAY(int i, ARRAY array)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateARRAY");
        return;
    }

    // Decompiling method: updateArray  Signature: (ILjava/sql/Array;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4278
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name array Type Ljava/sql/Array; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateArray(int i, Array array)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateArray");
        return;
    }

    // Decompiling method: updateAsciiStream  Signature: (ILjava/io/InputStream;I)V
    // Max stack: 2, #locals: 4, #params: 4
    // Code length: 8 bytes, Code offset: 4346
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name inputstream Type Ljava/io/InputStream; At 0 8 Range 0 7 Init 0
    // Parameter  3 added: Name j Type I At 0 8 Range 0 7 Init 0
    // RetValue   4 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateAsciiStream(int i, InputStream inputstream, int j)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateAsciiStream");
        return;
    }

    // Decompiling method: updateBFILE  Signature: (ILoracle/sql/BFILE;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4414
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name bfile Type Loracle/sql/BFILE; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBFILE(int i, BFILE bfile)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBFILE");
        return;
    }

    // Decompiling method: updateBLOB  Signature: (ILoracle/sql/BLOB;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4482
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name blob Type Loracle/sql/BLOB; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBLOB(int i, BLOB blob)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBLOB");
        return;
    }

    // Decompiling method: updateBfile  Signature: (ILoracle/sql/BFILE;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4550
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name bfile Type Loracle/sql/BFILE; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBfile(int i, BFILE bfile)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBfile");
        return;
    }

    // Decompiling method: updateBigDecimal  Signature: (ILjava/math/BigDecimal;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4618
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name bigdecimal Type Ljava/math/BigDecimal; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBigDecimal(int i, BigDecimal bigdecimal)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBigDecimal");
        return;
    }

    // Decompiling method: updateBinaryStream  Signature: (ILjava/io/InputStream;I)V
    // Max stack: 2, #locals: 4, #params: 4
    // Code length: 8 bytes, Code offset: 4686
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name inputstream Type Ljava/io/InputStream; At 0 8 Range 0 7 Init 0
    // Parameter  3 added: Name j Type I At 0 8 Range 0 7 Init 0
    // RetValue   4 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBinaryStream(int i, InputStream inputstream, int j)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBinaryStream");
        return;
    }

    // Decompiling method: updateBlob  Signature: (ILjava/sql/Blob;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4754
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name blob Type Ljava/sql/Blob; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBlob(int i, Blob blob)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBlob");
        return;
    }

    // Decompiling method: updateBoolean  Signature: (IZ)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4822
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name flag Type Z At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBoolean(int i, boolean flag)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBoolean");
        return;
    }

    // Decompiling method: updateByte  Signature: (IB)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4890
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name byte0 Type B At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateByte(int i, byte byte0)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateByte");
        return;
    }

    // Decompiling method: updateBytes  Signature: (I[B)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 4958
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name abyte0 Type [B At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateBytes(int i, byte abyte0[])
        throws SQLException
    {
        DBError.throwSqlException(76, "updateBytes");
        return;
    }

    // Decompiling method: updateCHAR  Signature: (ILoracle/sql/CHAR;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5026
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name char1 Type Loracle/sql/CHAR; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateCHAR(int i, CHAR char1)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateCHAR");
        return;
    }

    // Decompiling method: updateCLOB  Signature: (ILoracle/sql/CLOB;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5094
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name clob Type Loracle/sql/CLOB; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateCLOB(int i, CLOB clob)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateCLOB");
        return;
    }

    // Decompiling method: updateCharacterStream  Signature: (ILjava/io/Reader;I)V
    // Max stack: 2, #locals: 4, #params: 4
    // Code length: 8 bytes, Code offset: 5162
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name reader Type Ljava/io/Reader; At 0 8 Range 0 7 Init 0
    // Parameter  3 added: Name j Type I At 0 8 Range 0 7 Init 0
    // RetValue   4 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateCharacterStream(int i, Reader reader, int j)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateCharacterStream");
        return;
    }

    // Decompiling method: updateClob  Signature: (ILjava/sql/Clob;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5230
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name clob Type Ljava/sql/Clob; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateClob(int i, Clob clob)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateClob");
        return;
    }

    // Decompiling method: updateCustomDatum  Signature: (ILoracle/sql/CustomDatum;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5298
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name customdatum Type Loracle/sql/CustomDatum; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateCustomDatum(int i, CustomDatum customdatum)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateCustomDatum");
        return;
    }

    // Decompiling method: updateDATE  Signature: (ILoracle/sql/DATE;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5366
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name date Type Loracle/sql/DATE; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateDATE(int i, DATE date)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateDATE");
        return;
    }

    // Decompiling method: updateDate  Signature: (ILjava/sql/Date;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5434
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name date Type Ljava/sql/Date; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateDate(int i, Date date)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateDate");
        return;
    }

    // Decompiling method: updateDouble  Signature: (ID)V
    // Max stack: 2, #locals: 4, #params: 4
    // Code length: 8 bytes, Code offset: 5502
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name d Type D At 0 8 Range 0 7 Init 0
    // RetValue   4 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateDouble(int i, double d)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateDouble");
        return;
    }

    // Decompiling method: updateFloat  Signature: (IF)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5570
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name f Type F At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateFloat(int i, float f)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateFloat");
        return;
    }

    // Decompiling method: updateInt  Signature: (II)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5638
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name j Type I At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateInt(int i, int j)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateInt");
        return;
    }

    // Decompiling method: updateLong  Signature: (IJ)V
    // Max stack: 2, #locals: 4, #params: 4
    // Code length: 8 bytes, Code offset: 5706
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name l Type J At 0 8 Range 0 7 Init 0
    // RetValue   4 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateLong(int i, long l)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateLong");
        return;
    }

    // Decompiling method: updateNUMBER  Signature: (ILoracle/sql/NUMBER;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5774
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name number Type Loracle/sql/NUMBER; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateNUMBER(int i, NUMBER number)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateNUMBER");
        return;
    }

    // Decompiling method: updateNull  Signature: (I)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 8 bytes, Code offset: 5842
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateNull(int i)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateNull");
        return;
    }

    // Decompiling method: updateOPAQUE  Signature: (ILoracle/sql/OPAQUE;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5910
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name opaque Type Loracle/sql/OPAQUE; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateOPAQUE(int i, OPAQUE opaque)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateOPAQUE");
        return;
    }

    // Decompiling method: updateORAData  Signature: (ILoracle/sql/ORAData;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 5978
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name oradata Type Loracle/sql/ORAData; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateORAData(int i, ORAData oradata)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateORAData");
        return;
    }

    // Decompiling method: updateObject  Signature: (ILjava/lang/Object;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6046
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name obj Type Ljava/lang/Object; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateObject(int i, Object obj)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateObject");
        return;
    }

    // Decompiling method: updateObject  Signature: (ILjava/lang/Object;I)V
    // Max stack: 2, #locals: 4, #params: 4
    // Code length: 8 bytes, Code offset: 6114
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name obj Type Ljava/lang/Object; At 0 8 Range 0 7 Init 0
    // Parameter  3 added: Name j Type I At 0 8 Range 0 7 Init 0
    // RetValue   4 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateObject(int i, Object obj, int j)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateObject");
        return;
    }

    // Decompiling method: updateOracleObject  Signature: (ILoracle/sql/Datum;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6182
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name datum Type Loracle/sql/Datum; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateOracleObject(int i, Datum datum)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateOracleObject");
        return;
    }

    // Decompiling method: updateRAW  Signature: (ILoracle/sql/RAW;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6250
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name raw Type Loracle/sql/RAW; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateRAW(int i, RAW raw)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateRAW");
        return;
    }

    // Decompiling method: updateREF  Signature: (ILoracle/sql/REF;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6318
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name ref Type Loracle/sql/REF; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateREF(int i, REF ref)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateREF");
        return;
    }

    // Decompiling method: updateROWID  Signature: (ILoracle/sql/ROWID;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6386
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name rowid Type Loracle/sql/ROWID; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateROWID(int i, ROWID rowid)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateROWID");
        return;
    }

    // Decompiling method: updateRef  Signature: (ILjava/sql/Ref;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6454
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name ref Type Ljava/sql/Ref; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateRef(int i, Ref ref)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateRef");
        return;
    }

    // Decompiling method: updateRow  Signature: ()V
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 8 bytes, Code offset: 6522
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateRow()
        throws SQLException
    {
        DBError.throwSqlException(76, "updateRow");
        return;
    }

    // Decompiling method: updateSTRUCT  Signature: (ILoracle/sql/STRUCT;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6590
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name struct Type Loracle/sql/STRUCT; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateSTRUCT(int i, STRUCT struct)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateSTRUCT");
        return;
    }

    // Decompiling method: updateShort  Signature: (IS)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6658
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name word0 Type S At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateShort(int i, short word0)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateShort");
        return;
    }

    // Decompiling method: updateString  Signature: (ILjava/lang/String;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6726
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name s Type Ljava/lang/String; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateString(int i, String s)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateString");
        return;
    }

    // Decompiling method: updateTime  Signature: (ILjava/sql/Time;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6794
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name time Type Ljava/sql/Time; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateTime(int i, Time time)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateTime");
        return;
    }

    // Decompiling method: updateTimestamp  Signature: (ILjava/sql/Timestamp;)V
    // Max stack: 2, #locals: 3, #params: 3
    // Code length: 8 bytes, Code offset: 6862
    // Line Number Table found: 4 entries
    // Parameter  0 added: Name this Type Loracle/jdbc/driver/BaseResultSet; At 0 8 Range 0 7 Init 0 fixed
    // Parameter  1 added: Name i Type I At 0 8 Range 0 7 Init 0
    // Parameter  2 added: Name timestamp Type Ljava/sql/Timestamp; At 0 8 Range 0 7 Init 0
    // RetValue   3 added: Name <returnValue> Type V At 0 8 Range 0 7 Init 0 fixed
    public void updateTimestamp(int i, Timestamp timestamp)
        throws SQLException
    {
        DBError.throwSqlException(76, "updateTimestamp");
        return;
    }
}
