public final class NewProxyResultSet
extends java.lang.Object
implements java.sql.ResultSet
Modifier and Type | Field and Description |
---|---|
protected java.sql.ResultSet |
inner |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int a) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(java.lang.String a) |
boolean |
first() |
java.sql.Array |
getArray(int a) |
java.sql.Array |
getArray(java.lang.String a) |
java.io.InputStream |
getAsciiStream(int a) |
java.io.InputStream |
getAsciiStream(java.lang.String a) |
java.math.BigDecimal |
getBigDecimal(int a) |
java.math.BigDecimal |
getBigDecimal(int a,
int b) |
java.math.BigDecimal |
getBigDecimal(java.lang.String a) |
java.math.BigDecimal |
getBigDecimal(java.lang.String a,
int b) |
java.io.InputStream |
getBinaryStream(int a) |
java.io.InputStream |
getBinaryStream(java.lang.String a) |
java.sql.Blob |
getBlob(int a) |
java.sql.Blob |
getBlob(java.lang.String a) |
boolean |
getBoolean(int a) |
boolean |
getBoolean(java.lang.String a) |
byte |
getByte(int a) |
byte |
getByte(java.lang.String a) |
byte[] |
getBytes(int a) |
byte[] |
getBytes(java.lang.String a) |
java.io.Reader |
getCharacterStream(int a) |
java.io.Reader |
getCharacterStream(java.lang.String a) |
java.sql.Clob |
getClob(int a) |
java.sql.Clob |
getClob(java.lang.String a) |
int |
getConcurrency() |
java.lang.String |
getCursorName() |
java.sql.Date |
getDate(int a) |
java.sql.Date |
getDate(int a,
java.util.Calendar b) |
java.sql.Date |
getDate(java.lang.String a) |
java.sql.Date |
getDate(java.lang.String a,
java.util.Calendar b) |
double |
getDouble(int a) |
double |
getDouble(java.lang.String a) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int a) |
float |
getFloat(java.lang.String a) |
int |
getHoldability() |
int |
getInt(int a) |
int |
getInt(java.lang.String a) |
long |
getLong(int a) |
long |
getLong(java.lang.String a) |
java.sql.ResultSetMetaData |
getMetaData() |
java.io.Reader |
getNCharacterStream(int a) |
java.io.Reader |
getNCharacterStream(java.lang.String a) |
java.sql.NClob |
getNClob(int a) |
java.sql.NClob |
getNClob(java.lang.String a) |
java.lang.String |
getNString(int a) |
java.lang.String |
getNString(java.lang.String a) |
java.lang.Object |
getObject(int a) |
java.lang.Object |
getObject(int a,
java.lang.Class b) |
java.lang.Object |
getObject(int a,
java.util.Map b) |
java.lang.Object |
getObject(java.lang.String a) |
java.lang.Object |
getObject(java.lang.String a,
java.lang.Class b) |
java.lang.Object |
getObject(java.lang.String a,
java.util.Map b) |
java.sql.Ref |
getRef(int a) |
java.sql.Ref |
getRef(java.lang.String a) |
int |
getRow() |
java.sql.RowId |
getRowId(int a) |
java.sql.RowId |
getRowId(java.lang.String a) |
short |
getShort(int a) |
short |
getShort(java.lang.String a) |
java.sql.SQLXML |
getSQLXML(int a) |
java.sql.SQLXML |
getSQLXML(java.lang.String a) |
java.sql.Statement |
getStatement() |
java.lang.String |
getString(int a) |
java.lang.String |
getString(java.lang.String a) |
java.sql.Time |
getTime(int a) |
java.sql.Time |
getTime(int a,
java.util.Calendar b) |
java.sql.Time |
getTime(java.lang.String a) |
java.sql.Time |
getTime(java.lang.String a,
java.util.Calendar b) |
java.sql.Timestamp |
getTimestamp(int a) |
java.sql.Timestamp |
getTimestamp(int a,
java.util.Calendar b) |
java.sql.Timestamp |
getTimestamp(java.lang.String a) |
java.sql.Timestamp |
getTimestamp(java.lang.String a,
java.util.Calendar b) |
int |
getType() |
java.io.InputStream |
getUnicodeStream(int a) |
java.io.InputStream |
getUnicodeStream(java.lang.String a) |
java.net.URL |
getURL(int a) |
java.net.URL |
getURL(java.lang.String a) |
java.sql.SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(java.lang.Class a) |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int a) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int a) |
void |
setFetchSize(int a) |
java.lang.String |
toString() |
java.lang.Object |
unwrap(java.lang.Class a) |
void |
updateArray(int a,
java.sql.Array b) |
void |
updateArray(java.lang.String a,
java.sql.Array b) |
void |
updateAsciiStream(int a,
java.io.InputStream b) |
void |
updateAsciiStream(int a,
java.io.InputStream b,
int c) |
void |
updateAsciiStream(int a,
java.io.InputStream b,
long c) |
void |
updateAsciiStream(java.lang.String a,
java.io.InputStream b) |
void |
updateAsciiStream(java.lang.String a,
java.io.InputStream b,
int c) |
void |
updateAsciiStream(java.lang.String a,
java.io.InputStream b,
long c) |
void |
updateBigDecimal(int a,
java.math.BigDecimal b) |
void |
updateBigDecimal(java.lang.String a,
java.math.BigDecimal b) |
void |
updateBinaryStream(int a,
java.io.InputStream b) |
void |
updateBinaryStream(int a,
java.io.InputStream b,
int c) |
void |
updateBinaryStream(int a,
java.io.InputStream b,
long c) |
void |
updateBinaryStream(java.lang.String a,
java.io.InputStream b) |
void |
updateBinaryStream(java.lang.String a,
java.io.InputStream b,
int c) |
void |
updateBinaryStream(java.lang.String a,
java.io.InputStream b,
long c) |
void |
updateBlob(int a,
java.sql.Blob b) |
void |
updateBlob(int a,
java.io.InputStream b) |
void |
updateBlob(int a,
java.io.InputStream b,
long c) |
void |
updateBlob(java.lang.String a,
java.sql.Blob b) |
void |
updateBlob(java.lang.String a,
java.io.InputStream b) |
void |
updateBlob(java.lang.String a,
java.io.InputStream b,
long c) |
void |
updateBoolean(int a,
boolean b) |
void |
updateBoolean(java.lang.String a,
boolean b) |
void |
updateByte(int a,
byte b) |
void |
updateByte(java.lang.String a,
byte b) |
void |
updateBytes(int a,
byte[] b) |
void |
updateBytes(java.lang.String a,
byte[] b) |
void |
updateCharacterStream(int a,
java.io.Reader b) |
void |
updateCharacterStream(int a,
java.io.Reader b,
int c) |
void |
updateCharacterStream(int a,
java.io.Reader b,
long c) |
void |
updateCharacterStream(java.lang.String a,
java.io.Reader b) |
void |
updateCharacterStream(java.lang.String a,
java.io.Reader b,
int c) |
void |
updateCharacterStream(java.lang.String a,
java.io.Reader b,
long c) |
void |
updateClob(int a,
java.sql.Clob b) |
void |
updateClob(int a,
java.io.Reader b) |
void |
updateClob(int a,
java.io.Reader b,
long c) |
void |
updateClob(java.lang.String a,
java.sql.Clob b) |
void |
updateClob(java.lang.String a,
java.io.Reader b) |
void |
updateClob(java.lang.String a,
java.io.Reader b,
long c) |
void |
updateDate(int a,
java.sql.Date b) |
void |
updateDate(java.lang.String a,
java.sql.Date b) |
void |
updateDouble(int a,
double b) |
void |
updateDouble(java.lang.String a,
double b) |
void |
updateFloat(int a,
float b) |
void |
updateFloat(java.lang.String a,
float b) |
void |
updateInt(int a,
int b) |
void |
updateInt(java.lang.String a,
int b) |
void |
updateLong(int a,
long b) |
void |
updateLong(java.lang.String a,
long b) |
void |
updateNCharacterStream(int a,
java.io.Reader b) |
void |
updateNCharacterStream(int a,
java.io.Reader b,
long c) |
void |
updateNCharacterStream(java.lang.String a,
java.io.Reader b) |
void |
updateNCharacterStream(java.lang.String a,
java.io.Reader b,
long c) |
void |
updateNClob(int a,
java.sql.NClob b) |
void |
updateNClob(int a,
java.io.Reader b) |
void |
updateNClob(int a,
java.io.Reader b,
long c) |
void |
updateNClob(java.lang.String a,
java.sql.NClob b) |
void |
updateNClob(java.lang.String a,
java.io.Reader b) |
void |
updateNClob(java.lang.String a,
java.io.Reader b,
long c) |
void |
updateNString(int a,
java.lang.String b) |
void |
updateNString(java.lang.String a,
java.lang.String b) |
void |
updateNull(int a) |
void |
updateNull(java.lang.String a) |
void |
updateObject(int a,
java.lang.Object b) |
void |
updateObject(int a,
java.lang.Object b,
int c) |
void |
updateObject(int a,
java.lang.Object b,
java.sql.SQLType c) |
void |
updateObject(int a,
java.lang.Object b,
java.sql.SQLType c,
int d) |
void |
updateObject(java.lang.String a,
java.lang.Object b) |
void |
updateObject(java.lang.String a,
java.lang.Object b,
int c) |
void |
updateObject(java.lang.String a,
java.lang.Object b,
java.sql.SQLType c) |
void |
updateObject(java.lang.String a,
java.lang.Object b,
java.sql.SQLType c,
int d) |
void |
updateRef(int a,
java.sql.Ref b) |
void |
updateRef(java.lang.String a,
java.sql.Ref b) |
void |
updateRow() |
void |
updateRowId(int a,
java.sql.RowId b) |
void |
updateRowId(java.lang.String a,
java.sql.RowId b) |
void |
updateShort(int a,
short b) |
void |
updateShort(java.lang.String a,
short b) |
void |
updateSQLXML(int a,
java.sql.SQLXML b) |
void |
updateSQLXML(java.lang.String a,
java.sql.SQLXML b) |
void |
updateString(int a,
java.lang.String b) |
void |
updateString(java.lang.String a,
java.lang.String b) |
void |
updateTime(int a,
java.sql.Time b) |
void |
updateTime(java.lang.String a,
java.sql.Time b) |
void |
updateTimestamp(int a,
java.sql.Timestamp b) |
void |
updateTimestamp(java.lang.String a,
java.sql.Timestamp b) |
boolean |
wasNull() |
public final void updateBytes(java.lang.String a, byte[] b) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBytes(int a, byte[] b) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object getObject(int a, java.util.Map b) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object getObject(java.lang.String a) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object getObject(int a) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object getObject(java.lang.String a, java.util.Map b) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object getObject(int a, java.lang.Class b) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object getObject(java.lang.String a, java.lang.Class b) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean getBoolean(int a) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean getBoolean(java.lang.String a) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public final byte getByte(java.lang.String a) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public final byte getByte(int a) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public final short getShort(int a) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public final short getShort(java.lang.String a) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public final int getInt(int a) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public final int getInt(java.lang.String a) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public final long getLong(java.lang.String a) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public final long getLong(int a) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public final float getFloat(java.lang.String a) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public final float getFloat(int a) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public final double getDouble(java.lang.String a) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public final double getDouble(int a) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public final byte[] getBytes(int a) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public final byte[] getBytes(java.lang.String a) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Array getArray(int a) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Array getArray(java.lang.String a) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public final java.net.URL getURL(int a) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public final java.net.URL getURL(java.lang.String a) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean first() throws java.sql.SQLException
first
in interface java.sql.ResultSet
java.sql.SQLException
public final void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.ResultSet
java.sql.SQLException
public final int getType() throws java.sql.SQLException
getType
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean previous() throws java.sql.SQLException
previous
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Ref getRef(int a) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Ref getRef(java.lang.String a) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.SQLWarning getWarnings() throws java.sql.SQLException
getWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public final void clearWarnings() throws java.sql.SQLException
clearWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Statement getStatement() throws java.sql.SQLException
getStatement
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.InputStream getUnicodeStream(java.lang.String a) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.InputStream getUnicodeStream(int a) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.String getCursorName() throws java.sql.SQLException
getCursorName
in interface java.sql.ResultSet
java.sql.SQLException
public final int findColumn(java.lang.String a) throws java.sql.SQLException
findColumn
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean isBeforeFirst() throws java.sql.SQLException
isBeforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean isAfterLast() throws java.sql.SQLException
isAfterLast
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean isFirst() throws java.sql.SQLException
isFirst
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean isLast() throws java.sql.SQLException
isLast
in interface java.sql.ResultSet
java.sql.SQLException
public final void beforeFirst() throws java.sql.SQLException
beforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public final void afterLast() throws java.sql.SQLException
afterLast
in interface java.sql.ResultSet
java.sql.SQLException
public final int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean absolute(int a) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean relative(int a) throws java.sql.SQLException
relative
in interface java.sql.ResultSet
java.sql.SQLException
public final int getConcurrency() throws java.sql.SQLException
getConcurrency
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean rowUpdated() throws java.sql.SQLException
rowUpdated
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean rowInserted() throws java.sql.SQLException
rowInserted
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean rowDeleted() throws java.sql.SQLException
rowDeleted
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNull(int a) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNull(java.lang.String a) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBoolean(int a, boolean b) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBoolean(java.lang.String a, boolean b) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateByte(int a, byte b) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateByte(java.lang.String a, byte b) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateShort(int a, short b) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateShort(java.lang.String a, short b) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateInt(int a, int b) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateInt(java.lang.String a, int b) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateLong(int a, long b) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateLong(java.lang.String a, long b) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateFloat(java.lang.String a, float b) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateFloat(int a, float b) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateDouble(int a, double b) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateDouble(java.lang.String a, double b) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBigDecimal(int a, java.math.BigDecimal b) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBigDecimal(java.lang.String a, java.math.BigDecimal b) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateString(int a, java.lang.String b) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateString(java.lang.String a, java.lang.String b) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateDate(java.lang.String a, java.sql.Date b) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateDate(int a, java.sql.Date b) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateTime(java.lang.String a, java.sql.Time b) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateTime(int a, java.sql.Time b) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateTimestamp(java.lang.String a, java.sql.Timestamp b) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateTimestamp(int a, java.sql.Timestamp b) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateAsciiStream(java.lang.String a, java.io.InputStream b) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateAsciiStream(int a, java.io.InputStream b, long c) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateAsciiStream(java.lang.String a, java.io.InputStream b, int c) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateAsciiStream(int a, java.io.InputStream b, int c) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateAsciiStream(int a, java.io.InputStream b) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateAsciiStream(java.lang.String a, java.io.InputStream b, long c) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBinaryStream(java.lang.String a, java.io.InputStream b, int c) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBinaryStream(int a, java.io.InputStream b, int c) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBinaryStream(int a, java.io.InputStream b) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBinaryStream(java.lang.String a, java.io.InputStream b, long c) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBinaryStream(int a, java.io.InputStream b, long c) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBinaryStream(java.lang.String a, java.io.InputStream b) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateCharacterStream(java.lang.String a, java.io.Reader b, long c) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateCharacterStream(int a, java.io.Reader b) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateCharacterStream(int a, java.io.Reader b, long c) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateCharacterStream(java.lang.String a, java.io.Reader b, int c) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateCharacterStream(int a, java.io.Reader b, int c) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateCharacterStream(java.lang.String a, java.io.Reader b) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(java.lang.String a, java.lang.Object b, java.sql.SQLType c, int d) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(int a, java.lang.Object b, java.sql.SQLType c, int d) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(int a, java.lang.Object b, java.sql.SQLType c) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(java.lang.String a, java.lang.Object b, java.sql.SQLType c) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(int a, java.lang.Object b) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(java.lang.String a, java.lang.Object b, int c) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(int a, java.lang.Object b, int c) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateObject(java.lang.String a, java.lang.Object b) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public final void insertRow() throws java.sql.SQLException
insertRow
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateRow() throws java.sql.SQLException
updateRow
in interface java.sql.ResultSet
java.sql.SQLException
public final void deleteRow() throws java.sql.SQLException
deleteRow
in interface java.sql.ResultSet
java.sql.SQLException
public final void refreshRow() throws java.sql.SQLException
refreshRow
in interface java.sql.ResultSet
java.sql.SQLException
public final void cancelRowUpdates() throws java.sql.SQLException
cancelRowUpdates
in interface java.sql.ResultSet
java.sql.SQLException
public final void moveToInsertRow() throws java.sql.SQLException
moveToInsertRow
in interface java.sql.ResultSet
java.sql.SQLException
public final void moveToCurrentRow() throws java.sql.SQLException
moveToCurrentRow
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateRef(java.lang.String a, java.sql.Ref b) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateRef(int a, java.sql.Ref b) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBlob(java.lang.String a, java.io.InputStream b, long c) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBlob(java.lang.String a, java.io.InputStream b) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBlob(int a, java.io.InputStream b) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBlob(java.lang.String a, java.sql.Blob b) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBlob(int a, java.sql.Blob b) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateBlob(int a, java.io.InputStream b, long c) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateClob(int a, java.io.Reader b, long c) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateClob(java.lang.String a, java.io.Reader b, long c) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateClob(int a, java.sql.Clob b) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateClob(int a, java.io.Reader b) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateClob(java.lang.String a, java.io.Reader b) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateClob(java.lang.String a, java.sql.Clob b) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateArray(int a, java.sql.Array b) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateArray(java.lang.String a, java.sql.Array b) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateRowId(int a, java.sql.RowId b) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateRowId(java.lang.String a, java.sql.RowId b) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNString(java.lang.String a, java.lang.String b) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNString(int a, java.lang.String b) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNClob(java.lang.String a, java.io.Reader b) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNClob(int a, java.io.Reader b, long c) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNClob(java.lang.String a, java.io.Reader b, long c) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNClob(int a, java.sql.NClob b) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNClob(java.lang.String a, java.sql.NClob b) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNClob(int a, java.io.Reader b) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateSQLXML(java.lang.String a, java.sql.SQLXML b) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateSQLXML(int a, java.sql.SQLXML b) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNCharacterStream(int a, java.io.Reader b, long c) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNCharacterStream(java.lang.String a, java.io.Reader b) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNCharacterStream(int a, java.io.Reader b) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final void updateNCharacterStream(java.lang.String a, java.io.Reader b, long c) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean last() throws java.sql.SQLException
last
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Timestamp getTimestamp(java.lang.String a) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Timestamp getTimestamp(int a) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Timestamp getTimestamp(int a, java.util.Calendar b) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Timestamp getTimestamp(java.lang.String a, java.util.Calendar b) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public final void setFetchDirection(int a) throws java.sql.SQLException
setFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public final int getFetchDirection() throws java.sql.SQLException
getFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public final void setFetchSize(int a) throws java.sql.SQLException
setFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public final int getFetchSize() throws java.sql.SQLException
getFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public final int getHoldability() throws java.sql.SQLException
getHoldability
in interface java.sql.ResultSet
java.sql.SQLException
public final boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
public final java.math.BigDecimal getBigDecimal(java.lang.String a, int b) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public final java.math.BigDecimal getBigDecimal(int a) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public final java.math.BigDecimal getBigDecimal(java.lang.String a) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public final java.math.BigDecimal getBigDecimal(int a, int b) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Blob getBlob(java.lang.String a) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Blob getBlob(int a) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Clob getClob(java.lang.String a) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Clob getClob(int a) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.RowId getRowId(int a) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.RowId getRowId(java.lang.String a) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.NClob getNClob(java.lang.String a) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.NClob getNClob(int a) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.SQLXML getSQLXML(java.lang.String a) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.SQLXML getSQLXML(int a) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.String getNString(java.lang.String a) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.String getNString(int a) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.Reader getNCharacterStream(int a) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.Reader getNCharacterStream(java.lang.String a) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.Reader getCharacterStream(java.lang.String a) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.Reader getCharacterStream(int a) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.InputStream getAsciiStream(java.lang.String a) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.InputStream getAsciiStream(int a) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.InputStream getBinaryStream(java.lang.String a) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.io.InputStream getBinaryStream(int a) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.String getString(java.lang.String a) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.String getString(int a) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Time getTime(java.lang.String a, java.util.Calendar b) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Time getTime(int a, java.util.Calendar b) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Time getTime(int a) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Time getTime(java.lang.String a) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Date getDate(int a) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Date getDate(int a, java.util.Calendar b) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Date getDate(java.lang.String a) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public final java.sql.Date getDate(java.lang.String a, java.util.Calendar b) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public final java.lang.Object unwrap(java.lang.Class a) throws java.sql.SQLException
unwrap
in interface java.sql.Wrapper
java.sql.SQLException
public final boolean isWrapperFor(java.lang.Class a) throws java.sql.SQLException
isWrapperFor
in interface java.sql.Wrapper
java.sql.SQLException
public java.lang.String toString()
toString
in class java.lang.Object