📄 preparedstatement_2_0.java
字号:
* ignored if the parameter is not a user-named type or REF
* @exception SQLException if a database access error occurs
*/
public void setNull (int paramIndex, int sqlType, String typeName)
throws java.sql.SQLException
{
NotImplemented();
}
//---------------------------------------------------------------------
// JDBC 3.0
//---------------------------------------------------------------------
public void setURL(int current, URL url) throws SQLException {
throw new UnsupportedOperationException("Statement.getMoreResults(int) unsupported");
}
public void setURL(String current, URL url) throws SQLException {
throw new UnsupportedOperationException("Statement.getMoreResults(int) unsupported");
}
public boolean getMoreResults(int current) throws SQLException {
throw new UnsupportedOperationException("Statement.getMoreResults(int) unsupported");
}
public ResultSet getGeneratedKeys() throws SQLException {
throw new UnsupportedOperationException("Statement.getGeneratedKeys() unsupported");
}
public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException {
throw new UnsupportedOperationException("Statement.executeUpdate(String,int) unsupported");
}
public int executeUpdate(String sql, int[] columnIndexes) throws SQLException {
throw new UnsupportedOperationException("Statement.executeUpdate(String,int[]) unsupported");
}
public int executeUpdate(String sql, String[] columnNames) throws SQLException {
throw new UnsupportedOperationException("Statement.executeUpdate(String,String[]) unsupported");
}
public boolean execute(String sql, int autoGeneratedKeys) throws SQLException {
throw new UnsupportedOperationException("Statement.execute(String,int) unsupported");
}
public boolean execute(String sql, int[] columnIndexes) throws SQLException {
throw new UnsupportedOperationException("Statement.execute(String,int[]) unsupported");
}
public boolean execute(String sql, String[] columnNames) throws SQLException {
throw new UnsupportedOperationException("Statement.execute(String,String[]) unsupported");
}
public int getResultSetHoldability() throws SQLException {
throw new UnsupportedOperationException("Statement.getResultSetHoldability() unsupported");
}
public java.sql.ParameterMetaData getParameterMetaData() throws SQLException {
throw new UnsupportedOperationException("Statement.getParameterMetaData() unsupported");
}
public void registerOutParameter(String str,int x) throws SQLException {
throw new UnsupportedOperationException("Statement.getParameterMetaData() unsupported");
}
public void registerOutParameter(String str,int x, int y) throws SQLException {
throw new UnsupportedOperationException("Statement.getParameterMetaData() unsupported");
}
public void registerOutParameter(String str1,String str2) throws SQLException {
throw new UnsupportedOperationException("Statement.getParameterMetaData() unsupported");
}
public void registerOutParameter(String str1,int x,String str2) throws SQLException {
throw new UnsupportedOperationException("Statement.getParameterMetaData() unsupported");
}
public URL getURL(int url) throws SQLException {
throw new UnsupportedOperationException("Statement.getMoreResults(int) unsupported");
}
public void setNull(String column, int url) throws SQLException {
throw new UnsupportedOperationException("Statement.getMoreResults(int) setNull");
}
public void setBoolean(String str,boolean b) throws SQLException {
throw new UnsupportedOperationException("Statement.setBoolean(int) setNull");
}
public void setByte(String str,byte b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setShort(String str,short b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setInt(String str,int b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setLong(String str,long b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setFloat(String str,float b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setDouble(String str,double b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setBigDecimal(String str,BigDecimal b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setString(String str,String b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setBytes(String str,byte[] b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setDate(String str,Date b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setTime(String str,Time b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setTimestamp(String str,Timestamp b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setAsciiStream(String str,InputStream b, int x) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setBinaryStream(String str,InputStream b, int x) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setObject(String str,Object b, int x, int y) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setObject(String str,Object b, int x) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setObject(String str,Object b) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setCharacterStream(String str,Reader b, int x) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setDate(String str,Date b, Calendar cal) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setTime(String str,Time b, Calendar cal) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setTimestamp(String str,Timestamp b, Calendar cal) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public void setNull(String str,int b, String str2) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public String getString(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public boolean getBoolean(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public byte getByte(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public short getShort(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public int getInt(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public long getLong(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public float getFloat(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public double getDouble(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public byte[] getBytes(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Date getDate(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Time getTime(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Timestamp getTimestamp(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Object getObject(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public BigDecimal getBigDecimal(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Object getObject(String str, Map m) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Ref getRef(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Blob getBlob(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Clob getClob(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Array getArray(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Date getDate(String str, Calendar c) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Time getTime(String str, Calendar m) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public Timestamp getTimestamp(String str, Calendar m) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
public URL getURL(String str) throws SQLException {
throw new UnsupportedOperationException("Statement.setByte(int) setNull");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -