public abstract class FilterResultSet extends Object implements ResultSet
| Modifier and Type | Field and Description |
|---|---|
protected ResultSet |
inner |
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE| Constructor and Description |
|---|
FilterResultSet() |
FilterResultSet(ResultSet inner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, isClosed, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateRowId, updateRowId, updateSQLXML, updateSQLXMLisWrapperFor, unwrapprotected ResultSet inner
public FilterResultSet(ResultSet inner)
public FilterResultSet()
public void setInner(ResultSet inner)
public ResultSet getInner()
public ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int a) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String a, int b) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int a, int b) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String a) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int a) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String a) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int a, Calendar b) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String a, Calendar b) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(String a) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(int a) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(String a) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(int a) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(int a) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(String a) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetSQLExceptionpublic Reader getCharacterStream(int a) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Reader getCharacterStream(String a) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetSQLExceptionpublic boolean absolute(int a)
throws SQLException
absolute in interface ResultSetSQLExceptionpublic void setFetchDirection(int a)
throws SQLException
setFetchDirection in interface ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLExceptionpublic void setFetchSize(int a)
throws SQLException
setFetchSize in interface ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLExceptionpublic void updateNull(int a)
throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateNull(String a) throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateBoolean(int a,
boolean b)
throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateBoolean(String a, boolean b) throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateByte(int a,
byte b)
throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateByte(String a, byte b) throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateShort(int a,
short b)
throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateShort(String a, short b) throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateInt(String a, int b) throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateInt(int a,
int b)
throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateLong(int a,
long b)
throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateLong(String a, long b) throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateFloat(String a, float b) throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateFloat(int a,
float b)
throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateDouble(String a, double b) throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateDouble(int a,
double b)
throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateBigDecimal(int a,
BigDecimal b)
throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateBigDecimal(String a, BigDecimal b) throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateString(String a, String b) throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateString(int a,
String b)
throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateBytes(int a,
byte[] b)
throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateBytes(String a, byte[] b) throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateDate(String a, Date b) throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateDate(int a,
Date b)
throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateTimestamp(int a,
Timestamp b)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateTimestamp(String a, Timestamp b) throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateAsciiStream(String a, InputStream b, int c) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int a,
InputStream b,
int c)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int a,
InputStream b,
int c)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String a, InputStream b, int c) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int a,
Reader b,
int c)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String a, Reader b, int c) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateObject(String a, Object b) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int a,
Object b)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int a,
Object b,
int c)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String a, Object b, int c) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow in interface ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement in interface ResultSetSQLExceptionpublic Blob getBlob(String a) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Blob getBlob(int a) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Clob getClob(String a) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Clob getClob(int a) throws SQLException
getClob in interface ResultSetSQLExceptionpublic void updateRef(String a, Ref b) throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateRef(int a,
Ref b)
throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateBlob(String a, Blob b) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(int a,
Blob b)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateClob(int a,
Clob b)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String a, Clob b) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateArray(String a, Array b) throws SQLException
updateArray in interface ResultSetSQLExceptionpublic void updateArray(int a,
Array b)
throws SQLException
updateArray in interface ResultSetSQLExceptionpublic Object getObject(int a) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String a, Map b) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String a) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(int a, Map b) throws SQLException
getObject in interface ResultSetSQLExceptionpublic boolean getBoolean(int a)
throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic boolean getBoolean(String a) throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic byte getByte(String a) throws SQLException
getByte in interface ResultSetSQLExceptionpublic byte getByte(int a)
throws SQLException
getByte in interface ResultSetSQLExceptionpublic short getShort(String a) throws SQLException
getShort in interface ResultSetSQLExceptionpublic short getShort(int a)
throws SQLException
getShort in interface ResultSetSQLExceptionpublic int getInt(String a) throws SQLException
getInt in interface ResultSetSQLExceptionpublic int getInt(int a)
throws SQLException
getInt in interface ResultSetSQLExceptionpublic long getLong(int a)
throws SQLException
getLong in interface ResultSetSQLExceptionpublic long getLong(String a) throws SQLException
getLong in interface ResultSetSQLExceptionpublic float getFloat(String a) throws SQLException
getFloat in interface ResultSetSQLExceptionpublic float getFloat(int a)
throws SQLException
getFloat in interface ResultSetSQLExceptionpublic double getDouble(int a)
throws SQLException
getDouble in interface ResultSetSQLExceptionpublic double getDouble(String a) throws SQLException
getDouble in interface ResultSetSQLExceptionpublic byte[] getBytes(String a) throws SQLException
getBytes in interface ResultSetSQLExceptionpublic byte[] getBytes(int a)
throws SQLException
getBytes in interface ResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface ResultSetSQLExceptionpublic URL getURL(int a) throws SQLException
getURL in interface ResultSetSQLExceptionpublic URL getURL(String a) throws SQLException
getURL in interface ResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic String getString(String a) throws SQLException
getString in interface ResultSetSQLExceptionpublic String getString(int a) throws SQLException
getString in interface ResultSetSQLExceptionpublic Ref getRef(String a) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Ref getRef(int a) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Time getTime(int a, Calendar b) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String a) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(int a) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String a, Calendar b) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Date getDate(String a) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(int a) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(int a, Calendar b) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String a, Calendar b) throws SQLException
getDate in interface ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetSQLExceptionpublic Array getArray(String a) throws SQLException
getArray in interface ResultSetSQLExceptionpublic Array getArray(int a) throws SQLException
getArray in interface ResultSetSQLExceptionpublic boolean relative(int a)
throws SQLException
relative in interface ResultSetSQLExceptionpublic void updateTime(String a, Time b) throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTime(int a,
Time b)
throws SQLException
updateTime in interface ResultSetSQLExceptionpublic int findColumn(String a) throws SQLException
findColumn in interface ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetSQLException