|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectpatterntesting.runtime.monitor.db.internal.StasiResultSet
public final class StasiResultSet
A simple wrapper for ResultSet to be able to find resource problems
while iterating through a ResultSet.
Why the name "Stasi..."? The Stasi was the official state security service of
Eastern Germany which controls the people (like NSA in the U.S. or KGB in
Russia, see also Wikipedia).
The StasiResultSet controls the embedded ResultSet - therefore the
name.
| Field Summary |
|---|
| Fields inherited from interface java.sql.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 Summary | |
|---|---|
StasiResultSet(ResultSet rs)
Instantiates a new stasi result set. |
|
| Method Summary | ||
|---|---|---|
boolean |
absolute(int arg0)
Absolute. |
|
void |
afterLast()
After last. |
|
void |
beforeFirst()
Before first. |
|
void |
cancelRowUpdates()
Cancel row updates. |
|
void |
clearWarnings()
Clear warnings. |
|
void |
close()
Close. |
|
void |
deleteRow()
Delete row. |
|
int |
findColumn(String arg0)
Find column. |
|
boolean |
first()
First. |
|
Array |
getArray(int arg0)
Gets the array. |
|
Array |
getArray(String arg0)
Gets the array. |
|
InputStream |
getAsciiStream(int arg0)
Gets the ascii stream. |
|
InputStream |
getAsciiStream(String arg0)
Gets the ascii stream. |
|
BigDecimal |
getBigDecimal(int arg0)
Gets the big decimal. |
|
BigDecimal |
getBigDecimal(int arg0,
int arg1)
Deprecated. use getBigDecimal(int) |
|
BigDecimal |
getBigDecimal(String arg0)
Gets the big decimal. |
|
BigDecimal |
getBigDecimal(String arg0,
int arg1)
Deprecated. use getBigDecimal(int) |
|
InputStream |
getBinaryStream(int arg0)
Gets the binary stream. |
|
InputStream |
getBinaryStream(String arg0)
Gets the binary stream. |
|
Blob |
getBlob(int arg0)
Gets the blob. |
|
Blob |
getBlob(String arg0)
Gets the blob. |
|
boolean |
getBoolean(int arg0)
Gets the boolean. |
|
boolean |
getBoolean(String arg0)
Gets the boolean. |
|
byte |
getByte(int arg0)
Gets the byte. |
|
byte |
getByte(String arg0)
Gets the byte. |
|
byte[] |
getBytes(int arg0)
Gets the bytes. |
|
byte[] |
getBytes(String arg0)
Gets the bytes. |
|
Reader |
getCharacterStream(int arg0)
Gets the character stream. |
|
Reader |
getCharacterStream(String arg0)
Gets the character stream. |
|
Clob |
getClob(int arg0)
Gets the clob. |
|
Clob |
getClob(String arg0)
Gets the clob. |
|
int |
getConcurrency()
Gets the concurrency. |
|
String |
getCursorName()
Gets the cursor name. |
|
Date |
getDate(int arg0)
Gets the date. |
|
Date |
getDate(int arg0,
Calendar arg1)
Gets the date. |
|
Date |
getDate(String arg0)
Gets the date. |
|
Date |
getDate(String arg0,
Calendar arg1)
Gets the date. |
|
double |
getDouble(int arg0)
Gets the double. |
|
double |
getDouble(String arg0)
Gets the double. |
|
int |
getFetchDirection()
Gets the fetch direction. |
|
int |
getFetchSize()
Gets the fetch size. |
|
float |
getFloat(int arg0)
Gets the float. |
|
float |
getFloat(String arg0)
Gets the float. |
|
int |
getHoldability()
Gets the holdability. |
|
int |
getInt(int arg0)
Gets the int. |
|
int |
getInt(String arg0)
Gets the int. |
|
long |
getLong(int arg0)
Gets the long. |
|
long |
getLong(String arg0)
Gets the long. |
|
ResultSetMetaData |
getMetaData()
Gets the meta data. |
|
Reader |
getNCharacterStream(int arg0)
Gets the n character stream. |
|
Reader |
getNCharacterStream(String arg0)
Gets the n character stream. |
|
NClob |
getNClob(int arg0)
Gets the n clob. |
|
NClob |
getNClob(String arg0)
Gets the n clob. |
|
String |
getNString(int arg0)
Gets the n string. |
|
String |
getNString(String arg0)
Gets the n string. |
|
Object |
getObject(int arg0)
Gets the object. |
|
Object |
getObject(int arg0,
Map<String,Class<?>> arg1)
Gets the object. |
|
Object |
getObject(String arg0)
Gets the object. |
|
Object |
getObject(String arg0,
Map<String,Class<?>> arg1)
Gets the object. |
|
Ref |
getRef(int arg0)
Gets the ref. |
|
Ref |
getRef(String arg0)
Gets the ref. |
|
int |
getRow()
Gets the row. |
|
RowId |
getRowId(int arg0)
Gets the row id. |
|
RowId |
getRowId(String arg0)
Gets the row id. |
|
short |
getShort(int arg0)
Gets the short. |
|
short |
getShort(String arg0)
Gets the short. |
|
SQLXML |
getSQLXML(int arg0)
Gets the sqlxml. |
|
SQLXML |
getSQLXML(String arg0)
Gets the sqlxml. |
|
Statement |
getStatement()
Gets the statement. |
|
String |
getString(int arg0)
Gets the string. |
|
String |
getString(String arg0)
Gets the string. |
|
Time |
getTime(int arg0)
Gets the time. |
|
Time |
getTime(int arg0,
Calendar arg1)
Gets the time. |
|
Time |
getTime(String arg0)
Gets the time. |
|
Time |
getTime(String arg0,
Calendar arg1)
Gets the time. |
|
Timestamp |
getTimestamp(int arg0)
Gets the timestamp. |
|
Timestamp |
getTimestamp(int arg0,
Calendar arg1)
Gets the timestamp. |
|
Timestamp |
getTimestamp(String arg0)
Gets the timestamp. |
|
Timestamp |
getTimestamp(String arg0,
Calendar arg1)
Gets the timestamp. |
|
int |
getType()
Gets the type. |
|
InputStream |
getUnicodeStream(int arg0)
Deprecated. use normal encoding |
|
InputStream |
getUnicodeStream(String arg0)
Deprecated. use normal encoding |
|
URL |
getURL(int arg0)
Gets the url. |
|
URL |
getURL(String arg0)
Gets the url. |
|
SQLWarning |
getWarnings()
Gets the warnings. |
|
void |
insertRow()
Insert row. |
|
boolean |
isAfterLast()
Checks if is after last. |
|
boolean |
isBeforeFirst()
Checks if is before first. |
|
boolean |
isClosed()
Checks if is closed. |
|
boolean |
isFirst()
Checks if is first. |
|
boolean |
isLast()
Checks if is last. |
|
boolean |
isWrapperFor(Class<?> arg0)
Checks if is wrapper for. |
|
boolean |
last()
Last. |
|
void |
moveToCurrentRow()
Move to current row. |
|
void |
moveToInsertRow()
Move to insert row. |
|
boolean |
next()
Next. |
|
boolean |
previous()
Previous. |
|
void |
refreshRow()
Refresh row. |
|
boolean |
relative(int arg0)
Relative. |
|
boolean |
rowDeleted()
Row deleted. |
|
boolean |
rowInserted()
Row inserted. |
|
boolean |
rowUpdated()
Row updated. |
|
void |
setFetchDirection(int arg0)
Sets the fetch direction. |
|
void |
setFetchSize(int arg0)
Sets the fetch size. |
|
String |
toString()
A toString implementation which supports and logging. |
|
|
unwrap(Class<T> arg0)
Unwrap. |
|
void |
updateArray(int arg0,
Array arg1)
Update array. |
|
void |
updateArray(String arg0,
Array arg1)
Update array. |
|
void |
updateAsciiStream(int arg0,
InputStream arg1)
Update ascii stream. |
|
void |
updateAsciiStream(int arg0,
InputStream arg1,
int arg2)
Update ascii stream. |
|
void |
updateAsciiStream(int arg0,
InputStream arg1,
long arg2)
Update ascii stream. |
|
void |
updateAsciiStream(String arg0,
InputStream arg1)
Update ascii stream. |
|
void |
updateAsciiStream(String arg0,
InputStream arg1,
int arg2)
Update ascii stream. |
|
void |
updateAsciiStream(String arg0,
InputStream arg1,
long arg2)
Update ascii stream. |
|
void |
updateBigDecimal(int arg0,
BigDecimal arg1)
Update big decimal. |
|
void |
updateBigDecimal(String arg0,
BigDecimal arg1)
Update big decimal. |
|
void |
updateBinaryStream(int arg0,
InputStream arg1)
Update binary stream. |
|
void |
updateBinaryStream(int arg0,
InputStream arg1,
int arg2)
Update binary stream. |
|
void |
updateBinaryStream(int arg0,
InputStream arg1,
long arg2)
Update binary stream. |
|
void |
updateBinaryStream(String arg0,
InputStream arg1)
Update binary stream. |
|
void |
updateBinaryStream(String arg0,
InputStream arg1,
int arg2)
Update binary stream. |
|
void |
updateBinaryStream(String arg0,
InputStream arg1,
long arg2)
Update binary stream. |
|
void |
updateBlob(int arg0,
Blob arg1)
Update blob. |
|
void |
updateBlob(int arg0,
InputStream arg1)
Update blob. |
|
void |
updateBlob(int arg0,
InputStream arg1,
long arg2)
Update blob. |
|
void |
updateBlob(String arg0,
Blob arg1)
Update blob. |
|
void |
updateBlob(String arg0,
InputStream arg1)
Update blob. |
|
void |
updateBlob(String arg0,
InputStream arg1,
long arg2)
Update blob. |
|
void |
updateBoolean(int arg0,
boolean arg1)
Update boolean. |
|
void |
updateBoolean(String arg0,
boolean arg1)
Update boolean. |
|
void |
updateByte(int arg0,
byte arg1)
Update byte. |
|
void |
updateByte(String arg0,
byte arg1)
Update byte. |
|
void |
updateBytes(int arg0,
byte[] arg1)
Update bytes. |
|
void |
updateBytes(String arg0,
byte[] arg1)
Update bytes. |
|
void |
updateCharacterStream(int arg0,
Reader arg1)
Update character stream. |
|
void |
updateCharacterStream(int arg0,
Reader arg1,
int arg2)
Update character stream. |
|
void |
updateCharacterStream(int arg0,
Reader arg1,
long arg2)
Update character stream. |
|
void |
updateCharacterStream(String arg0,
Reader arg1)
Update character stream. |
|
void |
updateCharacterStream(String arg0,
Reader arg1,
int arg2)
Update character stream. |
|
void |
updateCharacterStream(String arg0,
Reader arg1,
long arg2)
Update character stream. |
|
void |
updateClob(int arg0,
Clob arg1)
Update clob. |
|
void |
updateClob(int arg0,
Reader arg1)
Update clob. |
|
void |
updateClob(int arg0,
Reader arg1,
long arg2)
Update clob. |
|
void |
updateClob(String arg0,
Clob arg1)
Update clob. |
|
void |
updateClob(String arg0,
Reader arg1)
Update clob. |
|
void |
updateClob(String arg0,
Reader arg1,
long arg2)
Update clob. |
|
void |
updateDate(int arg0,
Date arg1)
Update date. |
|
void |
updateDate(String arg0,
Date arg1)
Update date. |
|
void |
updateDouble(int arg0,
double arg1)
Update double. |
|
void |
updateDouble(String arg0,
double arg1)
Update double. |
|
void |
updateFloat(int arg0,
float arg1)
Update float. |
|
void |
updateFloat(String arg0,
float arg1)
Update float. |
|
void |
updateInt(int arg0,
int arg1)
Update int. |
|
void |
updateInt(String arg0,
int arg1)
Update int. |
|
void |
updateLong(int arg0,
long arg1)
Update long. |
|
void |
updateLong(String arg0,
long arg1)
Update long. |
|
void |
updateNCharacterStream(int arg0,
Reader arg1)
Update n character stream. |
|
void |
updateNCharacterStream(int arg0,
Reader arg1,
long arg2)
Update n character stream. |
|
void |
updateNCharacterStream(String arg0,
Reader arg1)
Update n character stream. |
|
void |
updateNCharacterStream(String arg0,
Reader arg1,
long arg2)
Update n character stream. |
|
void |
updateNClob(int arg0,
NClob arg1)
Update n clob. |
|
void |
updateNClob(int arg0,
Reader arg1)
Update n clob. |
|
void |
updateNClob(int arg0,
Reader arg1,
long arg2)
Update n clob. |
|
void |
updateNClob(String arg0,
NClob arg1)
Update n clob. |
|
void |
updateNClob(String arg0,
Reader arg1)
Update n clob. |
|
void |
updateNClob(String arg0,
Reader arg1,
long arg2)
Update n clob. |
|
void |
updateNString(int arg0,
String arg1)
Update n string. |
|
void |
updateNString(String arg0,
String arg1)
Update n string. |
|
void |
updateNull(int arg0)
Update null. |
|
void |
updateNull(String arg0)
Update null. |
|
void |
updateObject(int arg0,
Object arg1)
Update object. |
|
void |
updateObject(int arg0,
Object arg1,
int arg2)
Update object. |
|
void |
updateObject(String arg0,
Object arg1)
Update object. |
|
void |
updateObject(String arg0,
Object arg1,
int arg2)
Update object. |
|
void |
updateRef(int arg0,
Ref arg1)
Update ref. |
|
void |
updateRef(String arg0,
Ref arg1)
Update ref. |
|
void |
updateRow()
Update row. |
|
void |
updateRowId(int arg0,
RowId arg1)
Update row id. |
|
void |
updateRowId(String arg0,
RowId arg1)
Update row id. |
|
void |
updateShort(int arg0,
short arg1)
Update short. |
|
void |
updateShort(String arg0,
short arg1)
Update short. |
|
void |
updateSQLXML(int arg0,
SQLXML arg1)
Update sqlxml. |
|
void |
updateSQLXML(String arg0,
SQLXML arg1)
Update sqlxml. |
|
void |
updateString(int arg0,
String arg1)
Update string. |
|
void |
updateString(String arg0,
String arg1)
Update string. |
|
void |
updateTime(int arg0,
Time arg1)
Update time. |
|
void |
updateTime(String arg0,
Time arg1)
Update time. |
|
void |
updateTimestamp(int arg0,
Timestamp arg1)
Update timestamp. |
|
void |
updateTimestamp(String arg0,
Timestamp arg1)
Update timestamp. |
|
boolean |
wasNull()
Was null. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StasiResultSet(ResultSet rs)
rs - the rs| Method Detail |
|---|
public boolean absolute(int arg0)
throws SQLException
absolute in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.absolute(int)
public void afterLast()
throws SQLException
afterLast in interface ResultSetSQLException - the SQL exceptionResultSet.afterLast()
public void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLException - the SQL exceptionResultSet.beforeFirst()
public void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLException - the SQL exceptionResultSet.cancelRowUpdates()
public void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLException - the SQL exceptionResultSet.clearWarnings()
public void close()
throws SQLException
close in interface ResultSetSQLException - the SQL exceptionResultSet.close()
public void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLException - the SQL exceptionResultSet.deleteRow()
public int findColumn(String arg0)
throws SQLException
findColumn in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.findColumn(java.lang.String)
public boolean first()
throws SQLException
first in interface ResultSetSQLException - the SQL exceptionResultSet.first()
public Array getArray(int arg0)
throws SQLException
getArray in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getArray(int)
public Array getArray(String arg0)
throws SQLException
getArray in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getArray(java.lang.String)
public InputStream getAsciiStream(int arg0)
throws SQLException
getAsciiStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getAsciiStream(int)
public InputStream getAsciiStream(String arg0)
throws SQLException
getAsciiStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getAsciiStream(java.lang.String)
@Deprecated
public BigDecimal getBigDecimal(int arg0,
int arg1)
throws SQLException
getBigDecimal(int)
getBigDecimal in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getBigDecimal(int, int)
public BigDecimal getBigDecimal(int arg0)
throws SQLException
getBigDecimal in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBigDecimal(int)
@Deprecated
public BigDecimal getBigDecimal(String arg0,
int arg1)
throws SQLException
getBigDecimal(int)
getBigDecimal in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getBigDecimal(java.lang.String, int)
public BigDecimal getBigDecimal(String arg0)
throws SQLException
getBigDecimal in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBigDecimal(java.lang.String)
public InputStream getBinaryStream(int arg0)
throws SQLException
getBinaryStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBinaryStream(int)
public InputStream getBinaryStream(String arg0)
throws SQLException
getBinaryStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBinaryStream(java.lang.String)
public Blob getBlob(int arg0)
throws SQLException
getBlob in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBlob(int)
public Blob getBlob(String arg0)
throws SQLException
getBlob in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBlob(java.lang.String)
public boolean getBoolean(int arg0)
throws SQLException
getBoolean in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBoolean(int)
public boolean getBoolean(String arg0)
throws SQLException
getBoolean in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBoolean(java.lang.String)
public byte getByte(int arg0)
throws SQLException
getByte in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getByte(int)
public byte getByte(String arg0)
throws SQLException
getByte in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getByte(java.lang.String)
public byte[] getBytes(int arg0)
throws SQLException
getBytes in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBytes(int)
public byte[] getBytes(String arg0)
throws SQLException
getBytes in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getBytes(java.lang.String)
public Reader getCharacterStream(int arg0)
throws SQLException
getCharacterStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getCharacterStream(int)
public Reader getCharacterStream(String arg0)
throws SQLException
getCharacterStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getCharacterStream(java.lang.String)
public Clob getClob(int arg0)
throws SQLException
getClob in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getClob(int)
public Clob getClob(String arg0)
throws SQLException
getClob in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getClob(java.lang.String)
public int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLException - the SQL exceptionResultSet.getConcurrency()
public String getCursorName()
throws SQLException
getCursorName in interface ResultSetSQLException - the SQL exceptionResultSet.getCursorName()
public Date getDate(int arg0,
Calendar arg1)
throws SQLException
getDate in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getDate(int, java.util.Calendar)
public Date getDate(int arg0)
throws SQLException
getDate in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getDate(int)
public Date getDate(String arg0,
Calendar arg1)
throws SQLException
getDate in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getDate(java.lang.String, java.util.Calendar)
public Date getDate(String arg0)
throws SQLException
getDate in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getDate(java.lang.String)
public double getDouble(int arg0)
throws SQLException
getDouble in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getDouble(int)
public double getDouble(String arg0)
throws SQLException
getDouble in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getDouble(java.lang.String)
public int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLException - the SQL exceptionResultSet.getFetchDirection()
public int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLException - the SQL exceptionResultSet.getFetchSize()
public float getFloat(int arg0)
throws SQLException
getFloat in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getFloat(int)
public float getFloat(String arg0)
throws SQLException
getFloat in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getFloat(java.lang.String)
public int getHoldability()
throws SQLException
getHoldability in interface ResultSetSQLException - the SQL exceptionResultSet.getHoldability()
public int getInt(int arg0)
throws SQLException
getInt in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getInt(int)
public int getInt(String arg0)
throws SQLException
getInt in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getInt(java.lang.String)
public long getLong(int arg0)
throws SQLException
getLong in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getLong(int)
public long getLong(String arg0)
throws SQLException
getLong in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getLong(java.lang.String)
public ResultSetMetaData getMetaData()
throws SQLException
getMetaData in interface ResultSetSQLException - the SQL exceptionResultSet.getMetaData()
public Reader getNCharacterStream(int arg0)
throws SQLException
getNCharacterStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getNCharacterStream(int)
public Reader getNCharacterStream(String arg0)
throws SQLException
getNCharacterStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getNCharacterStream(java.lang.String)
public NClob getNClob(int arg0)
throws SQLException
getNClob in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getNClob(int)
public NClob getNClob(String arg0)
throws SQLException
getNClob in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getNClob(java.lang.String)
public String getNString(int arg0)
throws SQLException
getNString in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getNString(int)
public String getNString(String arg0)
throws SQLException
getNString in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getNString(java.lang.String)
public Object getObject(int arg0,
Map<String,Class<?>> arg1)
throws SQLException
getObject in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getObject(int, java.util.Map)
public Object getObject(int arg0)
throws SQLException
getObject in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getObject(int)
public Object getObject(String arg0,
Map<String,Class<?>> arg1)
throws SQLException
getObject in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getObject(java.lang.String, java.util.Map)
public Object getObject(String arg0)
throws SQLException
getObject in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getObject(java.lang.String)
public Ref getRef(int arg0)
throws SQLException
getRef in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getRef(int)
public Ref getRef(String arg0)
throws SQLException
getRef in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getRef(java.lang.String)
public int getRow()
throws SQLException
getRow in interface ResultSetSQLException - the SQL exceptionResultSet.getRow()
public RowId getRowId(int arg0)
throws SQLException
getRowId in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getRowId(int)
public RowId getRowId(String arg0)
throws SQLException
getRowId in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getRowId(java.lang.String)
public SQLXML getSQLXML(int arg0)
throws SQLException
getSQLXML in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getSQLXML(int)
public SQLXML getSQLXML(String arg0)
throws SQLException
getSQLXML in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getSQLXML(java.lang.String)
public short getShort(int arg0)
throws SQLException
getShort in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getShort(int)
public short getShort(String arg0)
throws SQLException
getShort in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getShort(java.lang.String)
public Statement getStatement()
throws SQLException
getStatement in interface ResultSetSQLException - the SQL exceptionResultSet.getStatement()
public String getString(int arg0)
throws SQLException
getString in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getString(int)
public String getString(String arg0)
throws SQLException
getString in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getString(java.lang.String)
public Time getTime(int arg0,
Calendar arg1)
throws SQLException
getTime in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getTime(int, java.util.Calendar)
public Time getTime(int arg0)
throws SQLException
getTime in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getTime(int)
public Time getTime(String arg0,
Calendar arg1)
throws SQLException
getTime in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getTime(java.lang.String, java.util.Calendar)
public Time getTime(String arg0)
throws SQLException
getTime in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getTime(java.lang.String)
public Timestamp getTimestamp(int arg0,
Calendar arg1)
throws SQLException
getTimestamp in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getTimestamp(int, java.util.Calendar)
public Timestamp getTimestamp(int arg0)
throws SQLException
getTimestamp in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getTimestamp(int)
public Timestamp getTimestamp(String arg0,
Calendar arg1)
throws SQLException
getTimestamp in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.getTimestamp(java.lang.String, java.util.Calendar)
public Timestamp getTimestamp(String arg0)
throws SQLException
getTimestamp in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getTimestamp(java.lang.String)
public int getType()
throws SQLException
getType in interface ResultSetSQLException - the SQL exceptionResultSet.getType()
public URL getURL(int arg0)
throws SQLException
getURL in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getURL(int)
public URL getURL(String arg0)
throws SQLException
getURL in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getURL(java.lang.String)
@Deprecated
public InputStream getUnicodeStream(int arg0)
throws SQLException
getUnicodeStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getUnicodeStream(int)
@Deprecated
public InputStream getUnicodeStream(String arg0)
throws SQLException
getUnicodeStream in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.getUnicodeStream(java.lang.String)
public SQLWarning getWarnings()
throws SQLException
getWarnings in interface ResultSetSQLException - the SQL exceptionResultSet.getWarnings()
public void insertRow()
throws SQLException
insertRow in interface ResultSetSQLException - the SQL exceptionResultSet.insertRow()
public boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLException - the SQL exceptionResultSet.isAfterLast()
public boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLException - the SQL exceptionResultSet.isBeforeFirst()
public boolean isClosed()
throws SQLException
isClosed in interface ResultSetSQLException - the SQL exceptionResultSet.isClosed()
public boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLException - the SQL exceptionResultSet.isFirst()
public boolean isLast()
throws SQLException
isLast in interface ResultSetSQLException - the SQL exceptionResultSet.isLast()
public boolean isWrapperFor(Class<?> arg0)
throws SQLException
isWrapperFor in interface Wrapperarg0 - the arg0
SQLException - the SQL exceptionWrapper.isWrapperFor(java.lang.Class)
public boolean last()
throws SQLException
last in interface ResultSetSQLException - the SQL exceptionResultSet.last()
public void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLException - the SQL exceptionResultSet.moveToCurrentRow()
public void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLException - the SQL exceptionResultSet.moveToInsertRow()
public boolean next()
throws SQLException
next in interface ResultSetSQLException - the SQL exceptionResultSet.next()
public boolean previous()
throws SQLException
previous in interface ResultSetSQLException - the SQL exceptionResultSet.previous()
public void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLException - the SQL exceptionResultSet.refreshRow()
public boolean relative(int arg0)
throws SQLException
relative in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.relative(int)
public boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLException - the SQL exceptionResultSet.rowDeleted()
public boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLException - the SQL exceptionResultSet.rowInserted()
public boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLException - the SQL exceptionResultSet.rowUpdated()
public void setFetchDirection(int arg0)
throws SQLException
setFetchDirection in interface ResultSetarg0 - the new fetch direction
SQLException - the SQL exceptionResultSet.setFetchDirection(int)
public void setFetchSize(int arg0)
throws SQLException
setFetchSize in interface ResultSetarg0 - the new fetch size
SQLException - the SQL exceptionResultSet.setFetchSize(int)
public <T> T unwrap(Class<T> arg0)
throws SQLException
unwrap in interface WrapperT - the generic typearg0 - the arg0
SQLException - the SQL exceptionWrapper.unwrap(java.lang.Class)
public void updateArray(int arg0,
Array arg1)
throws SQLException
updateArray in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateArray(int, java.sql.Array)
public void updateArray(String arg0,
Array arg1)
throws SQLException
updateArray in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateArray(java.lang.String, java.sql.Array)
public void updateAsciiStream(int arg0,
InputStream arg1,
int arg2)
throws SQLException
updateAsciiStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateAsciiStream(int, java.io.InputStream, int)
public void updateAsciiStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateAsciiStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateAsciiStream(int, java.io.InputStream, long)
public void updateAsciiStream(int arg0,
InputStream arg1)
throws SQLException
updateAsciiStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateAsciiStream(int, java.io.InputStream)
public void updateAsciiStream(String arg0,
InputStream arg1,
int arg2)
throws SQLException
updateAsciiStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateAsciiStream(java.lang.String, java.io.InputStream, int)
public void updateAsciiStream(String arg0,
InputStream arg1,
long arg2)
throws SQLException
updateAsciiStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateAsciiStream(java.lang.String, java.io.InputStream, long)
public void updateAsciiStream(String arg0,
InputStream arg1)
throws SQLException
updateAsciiStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateAsciiStream(java.lang.String, java.io.InputStream)
public void updateBigDecimal(int arg0,
BigDecimal arg1)
throws SQLException
updateBigDecimal in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBigDecimal(int, java.math.BigDecimal)
public void updateBigDecimal(String arg0,
BigDecimal arg1)
throws SQLException
updateBigDecimal in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBigDecimal(java.lang.String, java.math.BigDecimal)
public void updateBinaryStream(int arg0,
InputStream arg1,
int arg2)
throws SQLException
updateBinaryStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateBinaryStream(int, java.io.InputStream, int)
public void updateBinaryStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBinaryStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateBinaryStream(int, java.io.InputStream, long)
public void updateBinaryStream(int arg0,
InputStream arg1)
throws SQLException
updateBinaryStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBinaryStream(int, java.io.InputStream)
public void updateBinaryStream(String arg0,
InputStream arg1,
int arg2)
throws SQLException
updateBinaryStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateBinaryStream(java.lang.String, java.io.InputStream, int)
public void updateBinaryStream(String arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBinaryStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateBinaryStream(java.lang.String, java.io.InputStream, long)
public void updateBinaryStream(String arg0,
InputStream arg1)
throws SQLException
updateBinaryStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBinaryStream(java.lang.String, java.io.InputStream)
public void updateBlob(int arg0,
Blob arg1)
throws SQLException
updateBlob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBlob(int, java.sql.Blob)
public void updateBlob(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBlob in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateBlob(int, java.io.InputStream, long)
public void updateBlob(int arg0,
InputStream arg1)
throws SQLException
updateBlob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBlob(int, java.io.InputStream)
public void updateBlob(String arg0,
Blob arg1)
throws SQLException
updateBlob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBlob(java.lang.String, java.sql.Blob)
public void updateBlob(String arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBlob in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateBlob(java.lang.String, java.io.InputStream, long)
public void updateBlob(String arg0,
InputStream arg1)
throws SQLException
updateBlob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBlob(java.lang.String, java.io.InputStream)
public void updateBoolean(int arg0,
boolean arg1)
throws SQLException
updateBoolean in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBoolean(int, boolean)
public void updateBoolean(String arg0,
boolean arg1)
throws SQLException
updateBoolean in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBoolean(java.lang.String, boolean)
public void updateByte(int arg0,
byte arg1)
throws SQLException
updateByte in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateByte(int, byte)
public void updateByte(String arg0,
byte arg1)
throws SQLException
updateByte in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateByte(java.lang.String, byte)
public void updateBytes(int arg0,
byte[] arg1)
throws SQLException
updateBytes in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBytes(int, byte[])
public void updateBytes(String arg0,
byte[] arg1)
throws SQLException
updateBytes in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateBytes(java.lang.String, byte[])
public void updateCharacterStream(int arg0,
Reader arg1,
int arg2)
throws SQLException
updateCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateCharacterStream(int, java.io.Reader, int)
public void updateCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateCharacterStream(int, java.io.Reader, long)
public void updateCharacterStream(int arg0,
Reader arg1)
throws SQLException
updateCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateCharacterStream(int, java.io.Reader)
public void updateCharacterStream(String arg0,
Reader arg1,
int arg2)
throws SQLException
updateCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateCharacterStream(java.lang.String, java.io.Reader, int)
public void updateCharacterStream(String arg0,
Reader arg1,
long arg2)
throws SQLException
updateCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateCharacterStream(java.lang.String, java.io.Reader, long)
public void updateCharacterStream(String arg0,
Reader arg1)
throws SQLException
updateCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateCharacterStream(java.lang.String, java.io.Reader)
public void updateClob(int arg0,
Clob arg1)
throws SQLException
updateClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateClob(int, java.sql.Clob)
public void updateClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateClob in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateClob(int, java.io.Reader, long)
public void updateClob(int arg0,
Reader arg1)
throws SQLException
updateClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateClob(int, java.io.Reader)
public void updateClob(String arg0,
Clob arg1)
throws SQLException
updateClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateClob(java.lang.String, java.sql.Clob)
public void updateClob(String arg0,
Reader arg1,
long arg2)
throws SQLException
updateClob in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateClob(java.lang.String, java.io.Reader, long)
public void updateClob(String arg0,
Reader arg1)
throws SQLException
updateClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateClob(java.lang.String, java.io.Reader)
public void updateDate(int arg0,
Date arg1)
throws SQLException
updateDate in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateDate(int, java.sql.Date)
public void updateDate(String arg0,
Date arg1)
throws SQLException
updateDate in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateDate(java.lang.String, java.sql.Date)
public void updateDouble(int arg0,
double arg1)
throws SQLException
updateDouble in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateDouble(int, double)
public void updateDouble(String arg0,
double arg1)
throws SQLException
updateDouble in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateDouble(java.lang.String, double)
public void updateFloat(int arg0,
float arg1)
throws SQLException
updateFloat in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateFloat(int, float)
public void updateFloat(String arg0,
float arg1)
throws SQLException
updateFloat in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateFloat(java.lang.String, float)
public void updateInt(int arg0,
int arg1)
throws SQLException
updateInt in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateInt(int, int)
public void updateInt(String arg0,
int arg1)
throws SQLException
updateInt in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateInt(java.lang.String, int)
public void updateLong(int arg0,
long arg1)
throws SQLException
updateLong in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateLong(int, long)
public void updateLong(String arg0,
long arg1)
throws SQLException
updateLong in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateLong(java.lang.String, long)
public void updateNCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateNCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateNCharacterStream(int, java.io.Reader, long)
public void updateNCharacterStream(int arg0,
Reader arg1)
throws SQLException
updateNCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNCharacterStream(int, java.io.Reader)
public void updateNCharacterStream(String arg0,
Reader arg1,
long arg2)
throws SQLException
updateNCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateNCharacterStream(java.lang.String, java.io.Reader, long)
public void updateNCharacterStream(String arg0,
Reader arg1)
throws SQLException
updateNCharacterStream in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNCharacterStream(java.lang.String, java.io.Reader)
public void updateNClob(int arg0,
NClob arg1)
throws SQLException
updateNClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNClob(int, java.sql.NClob)
public void updateNClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateNClob in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateNClob(int, java.io.Reader, long)
public void updateNClob(int arg0,
Reader arg1)
throws SQLException
updateNClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNClob(int, java.io.Reader)
public void updateNClob(String arg0,
NClob arg1)
throws SQLException
updateNClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNClob(java.lang.String, java.sql.NClob)
public void updateNClob(String arg0,
Reader arg1,
long arg2)
throws SQLException
updateNClob in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateNClob(java.lang.String, java.io.Reader, long)
public void updateNClob(String arg0,
Reader arg1)
throws SQLException
updateNClob in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNClob(java.lang.String, java.io.Reader)
public void updateNString(int arg0,
String arg1)
throws SQLException
updateNString in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNString(int, java.lang.String)
public void updateNString(String arg0,
String arg1)
throws SQLException
updateNString in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateNString(java.lang.String, java.lang.String)
public void updateNull(int arg0)
throws SQLException
updateNull in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.updateNull(int)
public void updateNull(String arg0)
throws SQLException
updateNull in interface ResultSetarg0 - the arg0
SQLException - the SQL exceptionResultSet.updateNull(java.lang.String)
public void updateObject(int arg0,
Object arg1,
int arg2)
throws SQLException
updateObject in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateObject(int, java.lang.Object, int)
public void updateObject(int arg0,
Object arg1)
throws SQLException
updateObject in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateObject(int, java.lang.Object)
public void updateObject(String arg0,
Object arg1,
int arg2)
throws SQLException
updateObject in interface ResultSetarg0 - the arg0arg1 - the arg1arg2 - the arg2
SQLException - the SQL exceptionResultSet.updateObject(java.lang.String, java.lang.Object, int)
public void updateObject(String arg0,
Object arg1)
throws SQLException
updateObject in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateObject(java.lang.String, java.lang.Object)
public void updateRef(int arg0,
Ref arg1)
throws SQLException
updateRef in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateRef(int, java.sql.Ref)
public void updateRef(String arg0,
Ref arg1)
throws SQLException
updateRef in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateRef(java.lang.String, java.sql.Ref)
public void updateRow()
throws SQLException
updateRow in interface ResultSetSQLException - the SQL exceptionResultSet.updateRow()
public void updateRowId(int arg0,
RowId arg1)
throws SQLException
updateRowId in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateRowId(int, java.sql.RowId)
public void updateRowId(String arg0,
RowId arg1)
throws SQLException
updateRowId in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateRowId(java.lang.String, java.sql.RowId)
public void updateSQLXML(int arg0,
SQLXML arg1)
throws SQLException
updateSQLXML in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateSQLXML(int, java.sql.SQLXML)
public void updateSQLXML(String arg0,
SQLXML arg1)
throws SQLException
updateSQLXML in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateSQLXML(java.lang.String, java.sql.SQLXML)
public void updateShort(int arg0,
short arg1)
throws SQLException
updateShort in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateShort(int, short)
public void updateShort(String arg0,
short arg1)
throws SQLException
updateShort in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateShort(java.lang.String, short)
public void updateString(int arg0,
String arg1)
throws SQLException
updateString in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateString(int, java.lang.String)
public void updateString(String arg0,
String arg1)
throws SQLException
updateString in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateString(java.lang.String, java.lang.String)
public void updateTime(int arg0,
Time arg1)
throws SQLException
updateTime in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateTime(int, java.sql.Time)
public void updateTime(String arg0,
Time arg1)
throws SQLException
updateTime in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateTime(java.lang.String, java.sql.Time)
public void updateTimestamp(int arg0,
Timestamp arg1)
throws SQLException
updateTimestamp in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateTimestamp(int, java.sql.Timestamp)
public void updateTimestamp(String arg0,
Timestamp arg1)
throws SQLException
updateTimestamp in interface ResultSetarg0 - the arg0arg1 - the arg1
SQLException - the SQL exceptionResultSet.updateTimestamp(java.lang.String, java.sql.Timestamp)
public boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLException - the SQL exceptionResultSet.wasNull()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||