📄 testresultset.java
字号:
public Object getObject(String columnName, Map map) throws SQLException {
throw new UnsupportedOperationException();
}
public Ref getRef(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
public Ref getRef(String columnName) throws SQLException {
throw new UnsupportedOperationException();
}
public int getRow() throws SQLException {
throw new UnsupportedOperationException();
}
public short getShort(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
public short getShort(String columnName) throws SQLException {
throw new UnsupportedOperationException();
}
public Statement getStatement() throws SQLException {
throw new UnsupportedOperationException();
}
public String getString(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
public String getString(String columnName) throws SQLException {
throw new UnsupportedOperationException();
}
public Time getTime(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
public Time getTime(int columnIndex, Calendar cal) throws SQLException {
throw new UnsupportedOperationException();
}
public Time getTime(String columnName, Calendar cal) throws SQLException {
throw new UnsupportedOperationException();
}
public Timestamp getTimestamp(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
public Timestamp getTimestamp(int columnIndex, Calendar cal)
throws SQLException {
throw new UnsupportedOperationException();
}
public Timestamp getTimestamp(String columnName, Calendar cal)
throws SQLException {
throw new UnsupportedOperationException();
}
public int getType() throws SQLException {
throw new UnsupportedOperationException();
}
/** @deprecated */
public InputStream getUnicodeStream(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
/** @deprecated */
public InputStream getUnicodeStream(String columnName) throws SQLException {
throw new UnsupportedOperationException();
}
public URL getURL(int columnIndex) throws SQLException {
throw new UnsupportedOperationException();
}
public URL getURL(String columnName) throws SQLException {
throw new UnsupportedOperationException();
}
public SQLWarning getWarnings() throws SQLException {
throw new UnsupportedOperationException();
}
public void insertRow() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean isAfterLast() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean isBeforeFirst() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean isFirst() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean isLast() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean last() throws SQLException {
throw new UnsupportedOperationException();
}
public void moveToCurrentRow() throws SQLException {
throw new UnsupportedOperationException();
}
public void moveToInsertRow() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean previous() throws SQLException {
throw new UnsupportedOperationException();
}
public void refreshRow() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean relative(int rows) throws SQLException {
throw new UnsupportedOperationException();
}
public boolean rowDeleted() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean rowInserted() throws SQLException {
throw new UnsupportedOperationException();
}
public boolean rowUpdated() throws SQLException {
throw new UnsupportedOperationException();
}
public void setFetchDirection(int direction) throws SQLException {
throw new UnsupportedOperationException();
}
public void setFetchSize(int size) throws SQLException {
throw new UnsupportedOperationException();
}
public void updateArray(int columnPosition, Array x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateArray(String columnName, Array x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateAsciiStream(int columnPosition, InputStream x, int len)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateAsciiStream(String columnName, InputStream x, int len)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBigDecimal(int columnPosition, BigDecimal x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBigDecimal(String columnName, BigDecimal x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBinaryStream(int columnPosition, InputStream x, int len)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBinaryStream(String columnName, InputStream x, int len)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBlob(int columnPosition, Blob x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBlob(String columnName, Blob x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBoolean(int columnPosition, boolean x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBoolean(String columnName, boolean x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateByte(int columnPosition, byte x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateByte(String columnName, byte x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBytes(int columnPosition, byte x[])
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateBytes(String columnName, byte x[])
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateCharacterStream(int columnPosition, Reader x, int len)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateCharacterStream(String columnName, Reader x, int len)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateClob(int columnPosition, Clob x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateClob(String columnName, Clob x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateDate(int columnPosition, Date x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateDate(String columnName, Date x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateDouble(int columnPosition, double x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateDouble(String columnName, double x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateFloat(int columnPosition, float x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateFloat(String columnName, float x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateInt(int columnPosition, int x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateInt(String columnName, int x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateLong(int columnPosition, long x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateLong(String columnName, long x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateNull(int columnPosition)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateNull(String columnName)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateObject(int columnPosition, Object x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateObject(int columnPosition, Object x, int scale)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateObject(String columnName, Object x, int scale)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateRef(int columnPosition, Ref x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateRef(String columnName, Ref x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateRow() throws SQLException {
throw new UnsupportedOperationException();
}
public void updateShort(int columnPosition, short x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateShort(String columnName, short x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateString(int columnPosition, String x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateString(String columnName, String x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateTime(int columnPosition, Time x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateTime(String columnName, Time x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateTimestamp(int columnPosition, Timestamp x)
throws SQLException {
throw new UnsupportedOperationException();
}
public void updateTimestamp(String columnName, Timestamp x)
throws SQLException {
throw new UnsupportedOperationException();
}
public boolean wasNull() throws SQLException {
throw new UnsupportedOperationException();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -