public class WrResultSet extends Object implements ResultSet
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 |
|---|
WrResultSet(ResultSet inner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic WrResultSet(ResultSet inner)
public final Object getObject(String a0, Map<String,Class<?>> a1) throws SQLException
getObject in interface ResultSetSQLExceptionpublic final Object getObject(int a0, Map<String,Class<?>> a1) throws SQLException
getObject in interface ResultSetSQLExceptionpublic final Object getObject(int a0) throws SQLException
getObject in interface ResultSetSQLExceptionpublic final Object getObject(String a0) throws SQLException
getObject in interface ResultSetSQLExceptionpublic final boolean getBoolean(String a0) throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic final boolean getBoolean(int a0)
throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic final byte getByte(String a0) throws SQLException
getByte in interface ResultSetSQLExceptionpublic final byte getByte(int a0)
throws SQLException
getByte in interface ResultSetSQLExceptionpublic final short getShort(int a0)
throws SQLException
getShort in interface ResultSetSQLExceptionpublic final short getShort(String a0) throws SQLException
getShort in interface ResultSetSQLExceptionpublic final int getInt(String a0) throws SQLException
getInt in interface ResultSetSQLExceptionpublic final int getInt(int a0)
throws SQLException
getInt in interface ResultSetSQLExceptionpublic final long getLong(String a0) throws SQLException
getLong in interface ResultSetSQLExceptionpublic final long getLong(int a0)
throws SQLException
getLong in interface ResultSetSQLExceptionpublic final float getFloat(int a0)
throws SQLException
getFloat in interface ResultSetSQLExceptionpublic final float getFloat(String a0) throws SQLException
getFloat in interface ResultSetSQLExceptionpublic final double getDouble(String a0) throws SQLException
getDouble in interface ResultSetSQLExceptionpublic final double getDouble(int a0)
throws SQLException
getDouble in interface ResultSetSQLExceptionpublic final byte[] getBytes(int a0)
throws SQLException
getBytes in interface ResultSetSQLExceptionpublic final byte[] getBytes(String a0) throws SQLException
getBytes in interface ResultSetSQLExceptionpublic final Array getArray(String a0) throws SQLException
getArray in interface ResultSetSQLExceptionpublic final Array getArray(int a0) throws SQLException
getArray in interface ResultSetSQLExceptionpublic final boolean next()
throws SQLException
next in interface ResultSetSQLExceptionpublic final URL getURL(String a0) throws SQLException
getURL in interface ResultSetSQLExceptionpublic final URL getURL(int a0) throws SQLException
getURL in interface ResultSetSQLExceptionpublic final void close()
throws SQLException
close in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic final int getType()
throws SQLException
getType in interface ResultSetSQLExceptionpublic final boolean previous()
throws SQLException
previous in interface ResultSetSQLExceptionpublic final Ref getRef(String a0) throws SQLException
getRef in interface ResultSetSQLExceptionpublic final Ref getRef(int a0) throws SQLException
getRef in interface ResultSetSQLExceptionpublic final String getString(String a0) throws SQLException
getString in interface ResultSetSQLExceptionpublic final String getString(int a0) throws SQLException
getString in interface ResultSetSQLExceptionpublic final Time getTime(String a0, Calendar a1) throws SQLException
getTime in interface ResultSetSQLExceptionpublic final Time getTime(int a0, Calendar a1) throws SQLException
getTime in interface ResultSetSQLExceptionpublic final Time getTime(String a0) throws SQLException
getTime in interface ResultSetSQLExceptionpublic final Time getTime(int a0) throws SQLException
getTime in interface ResultSetSQLExceptionpublic final Date getDate(int a0, Calendar a1) throws SQLException
getDate in interface ResultSetSQLExceptionpublic final Date getDate(String a0) throws SQLException
getDate in interface ResultSetSQLExceptionpublic final Date getDate(String a0, Calendar a1) throws SQLException
getDate in interface ResultSetSQLExceptionpublic final Date getDate(int a0) throws SQLException
getDate in interface ResultSetSQLExceptionpublic final boolean first()
throws SQLException
first in interface ResultSetSQLExceptionpublic final boolean last()
throws SQLException
last in interface ResultSetSQLExceptionpublic final boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionpublic final BigDecimal getBigDecimal(int a0, int a1) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic final BigDecimal getBigDecimal(String a0, int a1) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic final BigDecimal getBigDecimal(String a0) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic final BigDecimal getBigDecimal(int a0) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic final Timestamp getTimestamp(int a0, Calendar a1) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic final Timestamp getTimestamp(String a0, Calendar a1) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic final Timestamp getTimestamp(String a0) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic final Timestamp getTimestamp(int a0) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic final InputStream getAsciiStream(String a0) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic final InputStream getAsciiStream(int a0) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic final InputStream getUnicodeStream(String a0) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic final InputStream getUnicodeStream(int a0) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic final InputStream getBinaryStream(String a0) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic final InputStream getBinaryStream(int a0) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic final SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetSQLExceptionpublic final void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLExceptionpublic final String getCursorName() throws SQLException
getCursorName in interface ResultSetSQLExceptionpublic final ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface ResultSetSQLExceptionpublic final int findColumn(String a0) throws SQLException
findColumn in interface ResultSetSQLExceptionpublic final Reader getCharacterStream(int a0) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic final Reader getCharacterStream(String a0) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic final boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLExceptionpublic final boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLExceptionpublic final boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLExceptionpublic final boolean isLast()
throws SQLException
isLast in interface ResultSetSQLExceptionpublic final void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLExceptionpublic final void afterLast()
throws SQLException
afterLast in interface ResultSetSQLExceptionpublic final int getRow()
throws SQLException
getRow in interface ResultSetSQLExceptionpublic final boolean absolute(int a0)
throws SQLException
absolute in interface ResultSetSQLExceptionpublic final boolean relative(int a0)
throws SQLException
relative in interface ResultSetSQLExceptionpublic final void setFetchDirection(int a0)
throws SQLException
setFetchDirection in interface ResultSetSQLExceptionpublic final int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLExceptionpublic final void setFetchSize(int a0)
throws SQLException
setFetchSize in interface ResultSetSQLExceptionpublic final int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLExceptionpublic final int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLExceptionpublic final boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLExceptionpublic final boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLExceptionpublic final boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLExceptionpublic final void updateNull(String a0) throws SQLException
updateNull in interface ResultSetSQLExceptionpublic final void updateNull(int a0)
throws SQLException
updateNull in interface ResultSetSQLExceptionpublic final void updateBoolean(String a0, boolean a1) throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic final void updateBoolean(int a0,
boolean a1)
throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic final void updateByte(int a0,
byte a1)
throws SQLException
updateByte in interface ResultSetSQLExceptionpublic final void updateByte(String a0, byte a1) throws SQLException
updateByte in interface ResultSetSQLExceptionpublic final void updateShort(String a0, short a1) throws SQLException
updateShort in interface ResultSetSQLExceptionpublic final void updateShort(int a0,
short a1)
throws SQLException
updateShort in interface ResultSetSQLExceptionpublic final void updateInt(int a0,
int a1)
throws SQLException
updateInt in interface ResultSetSQLExceptionpublic final void updateInt(String a0, int a1) throws SQLException
updateInt in interface ResultSetSQLExceptionpublic final void updateLong(int a0,
long a1)
throws SQLException
updateLong in interface ResultSetSQLExceptionpublic final void updateLong(String a0, long a1) throws SQLException
updateLong in interface ResultSetSQLExceptionpublic final void updateFloat(int a0,
float a1)
throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic final void updateFloat(String a0, float a1) throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic final void updateDouble(String a0, double a1) throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic final void updateDouble(int a0,
double a1)
throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic final void updateBigDecimal(String a0, BigDecimal a1) throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic final void updateBigDecimal(int a0,
BigDecimal a1)
throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic final void updateString(String a0, String a1) throws SQLException
updateString in interface ResultSetSQLExceptionpublic final void updateString(int a0,
String a1)
throws SQLException
updateString in interface ResultSetSQLExceptionpublic final void updateBytes(String a0, byte[] a1) throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic final void updateBytes(int a0,
byte[] a1)
throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic final void updateDate(String a0, Date a1) throws SQLException
updateDate in interface ResultSetSQLExceptionpublic final void updateDate(int a0,
Date a1)
throws SQLException
updateDate in interface ResultSetSQLExceptionpublic final void updateTime(int a0,
Time a1)
throws SQLException
updateTime in interface ResultSetSQLExceptionpublic final void updateTime(String a0, Time a1) throws SQLException
updateTime in interface ResultSetSQLExceptionpublic final void updateTimestamp(int a0,
Timestamp a1)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic final void updateTimestamp(String a0, Timestamp a1) throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic final void updateAsciiStream(int a0,
InputStream a1)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic final void updateAsciiStream(int a0,
InputStream a1,
long a2)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic final void updateAsciiStream(String a0, InputStream a1, long a2) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic final void updateAsciiStream(int a0,
InputStream a1,
int a2)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic final void updateAsciiStream(String a0, InputStream a1, int a2) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic final void updateAsciiStream(String a0, InputStream a1) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic final void updateBinaryStream(String a0, InputStream a1, long a2) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic final void updateBinaryStream(String a0, InputStream a1) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic final void updateBinaryStream(int a0,
InputStream a1,
int a2)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic final void updateBinaryStream(String a0, InputStream a1, int a2) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic final void updateBinaryStream(int a0,
InputStream a1,
long a2)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic final void updateBinaryStream(int a0,
InputStream a1)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic final void updateCharacterStream(int a0,
Reader a1,
long a2)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic final void updateCharacterStream(String a0, Reader a1) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic final void updateCharacterStream(String a0, Reader a1, int a2) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic final void updateCharacterStream(String a0, Reader a1, long a2) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic final void updateCharacterStream(int a0,
Reader a1)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic final void updateCharacterStream(int a0,
Reader a1,
int a2)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic final void updateObject(int a0,
Object a1,
int a2)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic final void updateObject(int a0,
Object a1)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic final void updateObject(String a0, Object a1, int a2) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic final void updateObject(String a0, Object a1) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic final void insertRow()
throws SQLException
insertRow in interface ResultSetSQLExceptionpublic final void updateRow()
throws SQLException
updateRow in interface ResultSetSQLExceptionpublic final void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLExceptionpublic final void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLExceptionpublic final void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLExceptionpublic final void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLExceptionpublic final void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLExceptionpublic final Statement getStatement() throws SQLException
getStatement in interface ResultSetSQLExceptionpublic final Blob getBlob(int a0) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic final Blob getBlob(String a0) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic final Clob getClob(int a0) throws SQLException
getClob in interface ResultSetSQLExceptionpublic final Clob getClob(String a0) throws SQLException
getClob in interface ResultSetSQLExceptionpublic final void updateRef(String a0, Ref a1) throws SQLException
updateRef in interface ResultSetSQLExceptionpublic final void updateRef(int a0,
Ref a1)
throws SQLException
updateRef in interface ResultSetSQLExceptionpublic final void updateBlob(String a0, InputStream a1, long a2) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic final void updateBlob(int a0,
InputStream a1,
long a2)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic final void updateBlob(String a0, Blob a1) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic final void updateBlob(int a0,
InputStream a1)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic final void updateBlob(int a0,
Blob a1)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic final void updateBlob(String a0, InputStream a1) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic final void updateClob(int a0,
Reader a1)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic final void updateClob(String a0, Clob a1) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic final void updateClob(String a0, Reader a1) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic final void updateClob(int a0,
Reader a1,
long a2)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic final void updateClob(String a0, Reader a1, long a2) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic final void updateClob(int a0,
Clob a1)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic final void updateArray(String a0, Array a1) throws SQLException
updateArray in interface ResultSetSQLExceptionpublic final void updateArray(int a0,
Array a1)
throws SQLException
updateArray in interface ResultSetSQLExceptionpublic final RowId getRowId(int a0) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic final RowId getRowId(String a0) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic final void updateRowId(int a0,
RowId a1)
throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic final void updateRowId(String a0, RowId a1) throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic final int getHoldability()
throws SQLException
getHoldability in interface ResultSetSQLExceptionpublic final boolean isClosed()
throws SQLException
isClosed in interface ResultSetSQLExceptionpublic final void updateNString(int a0,
String a1)
throws SQLException
updateNString in interface ResultSetSQLExceptionpublic final void updateNString(String a0, String a1) throws SQLException
updateNString in interface ResultSetSQLExceptionpublic final void updateNClob(String a0, Reader a1, long a2) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic final void updateNClob(String a0, NClob a1) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic final void updateNClob(String a0, Reader a1) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic final void updateNClob(int a0,
Reader a1)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic final void updateNClob(int a0,
Reader a1,
long a2)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic final void updateNClob(int a0,
NClob a1)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic final NClob getNClob(int a0) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic final NClob getNClob(String a0) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic final SQLXML getSQLXML(int a0) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic final SQLXML getSQLXML(String a0) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic final void updateSQLXML(String a0, SQLXML a1) throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic final void updateSQLXML(int a0,
SQLXML a1)
throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic final String getNString(int a0) throws SQLException
getNString in interface ResultSetSQLExceptionpublic final String getNString(String a0) throws SQLException
getNString in interface ResultSetSQLExceptionpublic final Reader getNCharacterStream(int a0) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic final Reader getNCharacterStream(String a0) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic final void updateNCharacterStream(int a0,
Reader a1,
long a2)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic final void updateNCharacterStream(int a0,
Reader a1)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic final void updateNCharacterStream(String a0, Reader a1, long a2) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic final void updateNCharacterStream(String a0, Reader a1) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2021. All rights reserved.