📄 resultsetinpool.java
字号:
if (impl == null) throw new SQLException(CLOSED); try { impl.updateAsciiStream(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateAsciiStream(String arg0, java.io.InputStream arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateAsciiStream(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateBigDecimal(int arg0, java.math.BigDecimal arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBigDecimal(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateBigDecimal(String arg0, java.math.BigDecimal arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBigDecimal(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateBinaryStream(int arg0, java.io.InputStream arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBinaryStream(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateBinaryStream(String arg0, java.io.InputStream arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBinaryStream(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateBoolean(int arg0, boolean arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBoolean(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateBoolean(String arg0, boolean arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBoolean(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateByte(int arg0, byte arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateByte(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateByte(String arg0, byte arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateByte(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateBytes(int arg0, byte[] arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBytes(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateBytes(String arg0, byte[] arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateBytes(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateCharacterStream(int arg0, java.io.Reader arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateCharacterStream(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateCharacterStream(String arg0, java.io.Reader arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateCharacterStream(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateDate(int arg0, Date arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateDate(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateDate(String arg0, Date arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateDate(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateDouble(int arg0, double arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateDouble(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateDouble(String arg0, double arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateDouble(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateFloat(int arg0, float arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateFloat(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateFloat(String arg0, float arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateFloat(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateInt(int arg0, int arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateInt(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateInt(String arg0, int arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateInt(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateLong(int arg0, long arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateLong(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateLong(String arg0, long arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateLong(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateNull(int arg0) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateNull(arg0); } catch (SQLException e) { setError(e); throw e; } } public void updateNull(String arg0) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateNull(arg0); } catch (SQLException e) { setError(e); throw e; } } public void updateObject(int arg0, Object arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateObject(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateObject(int arg0, Object arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateObject(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateObject(String arg0, Object arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateObject(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateObject(String arg0, Object arg1, int arg2) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateObject(arg0, arg1, arg2); } catch (SQLException e) { setError(e); throw e; } } public void updateRow() throws SQLException { if (impl == null) throw new SQLException(CLOSED); setLastUsed(); try { impl.updateRow(); } catch (SQLException e) { setError(e); throw e; } } public void updateShort(int arg0, short arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateShort(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateShort(String arg0, short arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateShort(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateString(int arg0, String arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateString(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateString(String arg0, String arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateString(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateTime(int arg0, Time arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateTime(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateTime(String arg0, Time arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateTime(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateTimestamp(int arg0, Timestamp arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateTimestamp(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public void updateTimestamp(String arg0, Timestamp arg1) throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { impl.updateTimestamp(arg0, arg1); } catch (SQLException e) { setError(e); throw e; } } public boolean wasNull() throws SQLException { if (impl == null) throw new SQLException(CLOSED); try { return impl.wasNull(); } catch (SQLException e) { setError(e); throw e; } } // ------- J2SE 1.4 methods comment; needed to compile ------- /* (non-Javadoc) * @see java.sql.ResultSet#getURL(int) */ public URL getURL(int arg0) throws SQLException { // TODO Auto-generated method stub return null; } /* (non-Javadoc) * @see java.sql.ResultSet#getURL(java.lang.String) */ public URL getURL(String arg0) throws SQLException { // TODO Auto-generated method stub return null; } /* (non-Javadoc) * @see java.sql.ResultSet#updateRef(int, java.sql.Ref) */ public void updateRef(int arg0, Ref arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateRef(java.lang.String, java.sql.Ref) */ public void updateRef(String arg0, Ref arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateBlob(int, java.sql.Blob) */ public void updateBlob(int arg0, Blob arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateBlob(java.lang.String, java.sql.Blob) */ public void updateBlob(String arg0, Blob arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateClob(int, java.sql.Clob) */ public void updateClob(int arg0, Clob arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateClob(java.lang.String, java.sql.Clob) */ public void updateClob(String arg0, Clob arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateArray(int, java.sql.Array) */ public void updateArray(int arg0, Array arg1) throws SQLException { // TODO Auto-generated method stub } /* (non-Javadoc) * @see java.sql.ResultSet#updateArray(java.lang.String, java.sql.Array) */ public void updateArray(String arg0, Array arg1) throws SQLException { // TODO Auto-generated method stub } // ---- End Implementation of ResultSet ----}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -