serialarray.java

来自「JAVA的一些源码 JAVA2 STANDARD EDITION DEVELO」· Java 代码 · 共 1,420 行 · 第 1/4 页

JAVA
1,420
字号
        public void moveToInsertRow() throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean next() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean previous() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void refreshRow() throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean relative(int rows) throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean rowDeleted() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean rowInserted() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean rowUpdated() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void setFetchDirection(int direction) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void setFetchSize(int rows) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateArray(String columnName, java.sql.Array x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateArray(int columnIndex, java.sql.Array x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateAsciiStream(String columnName, java.io.InputStream x, int length) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateAsciiStream(int columnIndex, java.io.InputStream x, int length) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBigDecimal(String columnName, java.math.BigDecimal x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBigDecimal(int columnIndex, java.math.BigDecimal x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBinaryStream(int columnIndex, java.io.InputStream x, int length) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBinaryStream(String columnName, java.io.InputStream x, int length) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBlob(int columnIndex, java.sql.Blob x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBlob(String columnName, java.sql.Blob x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBoolean(int columnIndex, boolean x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBoolean(String columnName, boolean x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateByte(int columnIndex, byte x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateByte(String columnName, byte x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBytes(int columnIndex, byte[] x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateBytes(String columnName, byte[] x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateCharacterStream(int columnIndex, java.io.Reader x, int length) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateCharacterStream(String columnName, java.io.Reader reader, int length) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateClob(String columnName, java.sql.Clob x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateClob(int columnIndex, java.sql.Clob x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateDate(String columnName, java.sql.Date x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateDouble(int columnIndex, double x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateDouble(String columnName, double x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateFloat(String columnName, float x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateFloat(int columnIndex, float x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateInt(String columnName, int x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateInt(int columnIndex, int x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateLong(int columnIndex, long x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateLong(String columnName, long x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateNull(String columnName) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateNull(int columnIndex) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateObject(String columnName, Object x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateObject(int columnIndex, Object x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateObject(int columnIndex, Object x, int scale) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateObject(String columnName, Object x, int scale) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateRef(int columnIndex, java.sql.Ref x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateRef(String columnName, java.sql.Ref x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateRow() throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateShort(int columnIndex, short x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateShort(String columnName, short x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateString(int columnIndex, String x) throws SQLException {        }                public void updateString(String columnName, String x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateTime(String columnName, java.sql.Time x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException {        }                public boolean wasNull() throws SQLException {            return false;        }            }        /**     * The identifier that assists in the serialization of this <code>SerialArray</code>     * object.     */    static final long serialVersionUID = -8466174297270688520L;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?