|
jxUtil 0.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.sourceforge.jxutil.sql.ParameterContainer
|
+--org.sourceforge.jxutil.sql.XAbstractRowSet
|
+--org.sourceforge.jxutil.sql.XCachedRowSet
XCachedRowSet implements a caching rowset. The development of this class was sponsored by Vic Cekvenich of BaseBeans Engineering
| Nested Class Summary | |
(package private) static class |
XCachedRowSet.CachedRow
A row in our cache. |
| Field Summary | |
(package private) XCachedRowSet.CachedRow |
curRow
The current row of the cache. |
(package private) int |
idx
Current position is set. |
(package private) boolean |
isClosed
|
(package private) int |
numCols
Number of cols. |
(package private) int |
numRows
Number of real rows in cache. |
(package private) RowSetReader |
reader
|
(package private) ConversionContext |
resContext
|
(package private) Object |
resData
Copy of the current row's data. |
(package private) ArrayList |
resRows
|
(package private) AbstractType[] |
resTypes
|
(package private) boolean |
returnsDeletedRows
Returns deleted rows. |
(package private) boolean |
returnsInsertedRows
Returns inserted rows. |
(package private) boolean |
rowUpdateInProgress
|
(package private) XRowSetMetaData |
rsMeta
|
(package private) BitSet |
updMask
Current rows modification mask. |
(package private) RowSetWriter |
writer
|
| Fields inherited from class org.sourceforge.jxutil.sql.XAbstractRowSet |
command, concurrency, dataSourceName, escapeProcessing, listeners, maxFieldSize, maxRows, password, queryTimeout, readOnly, transactionIsolation, type, typeMap, url, username |
| Fields inherited from class org.sourceforge.jxutil.sql.ParameterContainer |
paramObjects, paramSet, paramTypes |
| 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 | |
|
XCachedRowSet()
|
private |
XCachedRowSet(ArrayList resRows,
ConversionContext resContext,
AbstractType[] resTypes)
|
| Method Summary | |
boolean |
absolute(int row)
|
boolean |
acceptChanges()
|
boolean |
acceptChanges(RowSetWriter writer)
|
void |
afterLast()
|
void |
beforeFirst()
|
void |
cancelRowUpdates()
|
void |
clearWarnings()
|
void |
close()
|
void |
deleteRow()
|
void |
execute()
|
int |
findColumn(String columnName)
Find a column by name. |
boolean |
first()
|
Array |
getArray(int columnIndex)
|
Array |
getArray(String columnName)
|
InputStream |
getAsciiStream(int columnIndex)
|
InputStream |
getAsciiStream(String columnName)
|
BigDecimal |
getBigDecimal(int columnIndex)
|
BigDecimal |
getBigDecimal(String columnName)
|
InputStream |
getBinaryStream(int columnIndex)
|
InputStream |
getBinaryStream(String columnName)
|
Blob |
getBlob(int columnIndex)
|
Blob |
getBlob(String columnName)
|
boolean |
getBoolean(int columnIndex)
|
boolean |
getBoolean(String columnName)
|
byte |
getByte(int columnIndex)
|
byte |
getByte(String columnName)
|
byte[] |
getBytes(int columnIndex)
|
byte[] |
getBytes(String columnName)
|
Reader |
getCharacterStream(int columnIndex)
|
Reader |
getCharacterStream(String columnName)
|
Clob |
getClob(int columnIndex)
|
Clob |
getClob(String columnName)
|
int |
getConcurrency()
|
Connection |
getConnection()
|
String |
getCursorName()
|
Date |
getDate(int columnIndex)
|
Date |
getDate(int columnIndex,
Calendar cal)
|
Date |
getDate(String columnName)
|
Date |
getDate(String columnName,
Calendar cal)
|
double |
getDouble(int columnIndex)
|
double |
getDouble(String columnName)
|
int |
getFetchDirection()
|
int |
getFetchSize()
|
float |
getFloat(int columnIndex)
|
float |
getFloat(String columnName)
|
int |
getInt(int columnIndex)
|
int |
getInt(String columnName)
|
long |
getLong(int columnIndex)
|
long |
getLong(String columnName)
|
ResultSetMetaData |
getMetaData()
|
Object |
getObject(int columnIndex)
|
Object |
getObject(int columnIndex,
Map map)
|
Object |
getObject(String columnName)
|
Object |
getObject(String columnName,
Map map)
|
ResultSet |
getOriginal()
|
ResultSet |
getOriginalRow()
|
Object[] |
getParams()
|
Ref |
getRef(int columnIndex)
|
Ref |
getRef(String columnName)
|
boolean |
getReturnsDeletedRows()
|
int |
getRow()
|
short |
getShort(int columnIndex)
|
short |
getShort(String columnName)
|
Statement |
getStatement()
|
String |
getString(int columnIndex)
|
String |
getString(String columnName)
|
Time |
getTime(int columnIndex)
|
Time |
getTime(int columnIndex,
Calendar cal)
|
Time |
getTime(String columnName)
|
Time |
getTime(String columnName,
Calendar cal)
|
Timestamp |
getTimestamp(int columnIndex)
|
Timestamp |
getTimestamp(int columnIndex,
Calendar cal)
|
Timestamp |
getTimestamp(String columnName)
|
Timestamp |
getTimestamp(String columnName,
Calendar cal)
|
int |
getType()
|
URL |
getURL(int columnIndex)
|
URL |
getURL(String columnName)
|
SQLWarning |
getWarnings()
|
void |
insertRow()
|
boolean |
isAfterLast()
|
boolean |
isBeforeFirst()
|
boolean |
isFirst()
|
boolean |
isLast()
|
boolean |
last()
|
void |
moveToCurrentRow()
|
void |
moveToInsertRow()
|
boolean |
next()
|
void |
populate(ResultSet rs)
|
void |
populate(RowSetReader reader)
|
boolean |
previous()
|
void |
refreshRow()
|
boolean |
relative(int rows)
|
boolean |
rowDeleted()
|
boolean |
rowInserted()
|
boolean |
rowUpdated()
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int size)
|
void |
setMetaData(RowSetMetaData md)
|
void |
setReturnsDeletedRows(boolean property)
|
void |
setRows(ArrayList resRows,
ConversionContext resContext,
AbstractType[] resTypes)
|
String |
toString()
|
void |
updateArray(int columnIndex,
Array x)
|
void |
updateArray(String columnName,
Array x)
|
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length)
|
void |
updateAsciiStream(String columnName,
InputStream x,
int length)
|
void |
updateBigDecimal(int columnIndex,
BigDecimal x)
|
void |
updateBigDecimal(String columnName,
BigDecimal x)
|
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length)
|
void |
updateBinaryStream(String columnName,
InputStream x,
int length)
|
void |
updateBlob(int columnIndex,
Blob x)
|
void |
updateBlob(String columnName,
Blob x)
|
void |
updateBoolean(int columnIndex,
boolean x)
|
void |
updateBoolean(String columnName,
boolean x)
|
void |
updateByte(int columnIndex,
byte x)
|
void |
updateByte(String columnName,
byte x)
|
void |
updateBytes(int columnIndex,
byte[] x)
|
void |
updateBytes(String columnName,
byte[] x)
|
void |
updateCharacterStream(int columnIndex,
Reader x,
int length)
|
void |
updateCharacterStream(String columnName,
Reader reader,
int length)
|
void |
updateClob(int columnIndex,
Clob x)
|
void |
updateClob(String columnName,
Clob x)
|
void |
updateDate(int columnIndex,
Date x)
|
void |
updateDate(String columnName,
Date x)
|
void |
updateDouble(int columnIndex,
double x)
|
void |
updateDouble(String columnName,
double x)
|
void |
updateFloat(int columnIndex,
float x)
|
void |
updateFloat(String columnName,
float x)
|
void |
updateInt(int columnIndex,
int x)
|
void |
updateInt(String columnName,
int x)
|
void |
updateLong(int columnIndex,
long x)
|
void |
updateLong(String columnName,
long x)
|
void |
updateNull(int columnIndex)
|
void |
updateNull(String columnName)
|
void |
updateObject(int columnIndex,
Object x)
|
void |
updateObject(int columnIndex,
Object x,
int scale)
|
void |
updateObject(String columnName,
Object x)
|
void |
updateObject(String columnName,
Object x,
int scale)
|
void |
updateRef(int columnIndex,
Ref x)
|
void |
updateRef(String columnName,
Ref x)
|
void |
updateRow()
|
void |
updateShort(int columnIndex,
short x)
|
void |
updateShort(String columnName,
short x)
|
void |
updateString(int columnIndex,
String x)
|
void |
updateString(String columnName,
String x)
|
void |
updateTime(int columnIndex,
Time x)
|
void |
updateTime(String columnName,
Time x)
|
void |
updateTimestamp(int columnIndex,
Timestamp x)
|
void |
updateTimestamp(String columnName,
Timestamp x)
|
protected boolean |
validateRow()
|
boolean |
wasNull()
Return the wasNull flag. |
| Methods inherited from class org.sourceforge.jxutil.sql.XAbstractRowSet |
addRowSetListener, fireCursorMove, fireRowChange, fireRowSetChange, getCommand, getDataSourceName, getEscapeProcessing, getMaxFieldSize, getMaxRows, getPassword, getQueryTimeout, getTransactionIsolation, getTypeMap, getUrl, getUsername, isReadOnly, prepareConnection, prepareStatement, removeRowSetListener, setCommand, setConcurrency, setDataSourceName, setEscapeProcessing, setMaxFieldSize, setMaxRows, setPassword, setQueryTimeout, setReadOnly, setTransactionIsolation, setType, setTypeMap, setUrl, setUsername |
| Methods inherited from class org.sourceforge.jxutil.sql.ParameterContainer |
clearParameters, replayParameters, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.sql.RowSet |
clearParameters, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp |
| Methods inherited from interface java.sql.ResultSet |
getBigDecimal, getBigDecimal, getUnicodeStream, getUnicodeStream |
| Field Detail |
XCachedRowSet.CachedRow curRow
int idx
boolean isClosed
int numCols
int numRows
RowSetReader reader
ConversionContext resContext
Object resData
ArrayList resRows
AbstractType[] resTypes
boolean returnsDeletedRows
boolean returnsInsertedRows
boolean rowUpdateInProgress
XRowSetMetaData rsMeta
BitSet updMask
RowSetWriter writer
| Constructor Detail |
public XCachedRowSet()
private XCachedRowSet(ArrayList resRows,
ConversionContext resContext,
AbstractType[] resTypes)
| Method Detail |
public boolean absolute(int row)
throws SQLException
absolute in interface ResultSetSQLException
public boolean acceptChanges()
throws SQLException
SQLException
public boolean acceptChanges(RowSetWriter writer)
throws SQLException
SQLException
public void afterLast()
throws SQLException
afterLast in interface ResultSetSQLException
public void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLException
public void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLException
public final void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLException
public void close()
throws SQLException
close in interface ResultSetSQLException
public void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLException
public void execute()
throws SQLException
execute in interface RowSetSQLException
public int findColumn(String columnName)
throws SQLException
findColumn in interface ResultSetSQLException
public boolean first()
throws SQLException
first in interface ResultSetSQLException
public final Array getArray(int columnIndex)
throws SQLException
getArray in interface ResultSetSQLException
public final Array getArray(String columnName)
throws SQLException
getArray in interface ResultSetSQLException
public final InputStream getAsciiStream(int columnIndex)
throws SQLException
getAsciiStream in interface ResultSetSQLException
public final InputStream getAsciiStream(String columnName)
throws SQLException
getAsciiStream in interface ResultSetSQLException
public final BigDecimal getBigDecimal(int columnIndex)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public final BigDecimal getBigDecimal(String columnName)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public final InputStream getBinaryStream(int columnIndex)
throws SQLException
getBinaryStream in interface ResultSetSQLException
public final InputStream getBinaryStream(String columnName)
throws SQLException
getBinaryStream in interface ResultSetSQLException
public final Blob getBlob(int columnIndex)
throws SQLException
getBlob in interface ResultSetSQLException
public final Blob getBlob(String columnName)
throws SQLException
getBlob in interface ResultSetSQLException
public final boolean getBoolean(int columnIndex)
throws SQLException
getBoolean in interface ResultSetSQLException
public final boolean getBoolean(String columnName)
throws SQLException
getBoolean in interface ResultSetSQLException
public final byte getByte(int columnIndex)
throws SQLException
getByte in interface ResultSetSQLException
public final byte getByte(String columnName)
throws SQLException
getByte in interface ResultSetSQLException
public final byte[] getBytes(int columnIndex)
throws SQLException
getBytes in interface ResultSetSQLException
public final byte[] getBytes(String columnName)
throws SQLException
getBytes in interface ResultSetSQLException
public final Reader getCharacterStream(int columnIndex)
throws SQLException
getCharacterStream in interface ResultSetSQLException
public final Reader getCharacterStream(String columnName)
throws SQLException
getCharacterStream in interface ResultSetSQLException
public final Clob getClob(int columnIndex)
throws SQLException
getClob in interface ResultSetSQLException
public final Clob getClob(String columnName)
throws SQLException
getClob in interface ResultSetSQLException
public int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLException
public Connection getConnection()
throws SQLException
getConnection in interface RowSetInternalSQLException
public String getCursorName()
throws SQLException
getCursorName in interface ResultSetSQLException
public final Date getDate(int columnIndex)
throws SQLException
getDate in interface ResultSetSQLException
public final Date getDate(int columnIndex,
Calendar cal)
throws SQLException
getDate in interface ResultSetSQLException
public final Date getDate(String columnName)
throws SQLException
getDate in interface ResultSetSQLException
public final Date getDate(String columnName,
Calendar cal)
throws SQLException
getDate in interface ResultSetSQLException
public final double getDouble(int columnIndex)
throws SQLException
getDouble in interface ResultSetSQLException
public final double getDouble(String columnName)
throws SQLException
getDouble in interface ResultSetSQLException
public int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLException
public int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLException
public final float getFloat(int columnIndex)
throws SQLException
getFloat in interface ResultSetSQLException
public final float getFloat(String columnName)
throws SQLException
getFloat in interface ResultSetSQLException
public final int getInt(int columnIndex)
throws SQLException
getInt in interface ResultSetSQLException
public final int getInt(String columnName)
throws SQLException
getInt in interface ResultSetSQLException
public final long getLong(int columnIndex)
throws SQLException
getLong in interface ResultSetSQLException
public final long getLong(String columnName)
throws SQLException
getLong in interface ResultSetSQLException
public ResultSetMetaData getMetaData()
throws SQLException
getMetaData in interface ResultSetSQLException
public final Object getObject(int columnIndex)
throws SQLException
getObject in interface ResultSetSQLException
public final Object getObject(int columnIndex,
Map map)
throws SQLException
getObject in interface ResultSetSQLException
public final Object getObject(String columnName)
throws SQLException
getObject in interface ResultSetSQLException
public final Object getObject(String columnName,
Map map)
throws SQLException
getObject in interface ResultSetSQLException
public ResultSet getOriginal()
throws SQLException
getOriginal in interface RowSetInternalSQLException
public ResultSet getOriginalRow()
throws SQLException
getOriginalRow in interface RowSetInternalSQLException
public Object[] getParams()
throws SQLException
getParams in interface RowSetInternalSQLException
public final Ref getRef(int columnIndex)
throws SQLException
getRef in interface ResultSetSQLException
public final Ref getRef(String columnName)
throws SQLException
getRef in interface ResultSetSQLExceptionpublic boolean getReturnsDeletedRows()
public int getRow()
throws SQLException
getRow in interface ResultSetSQLException
public final short getShort(int columnIndex)
throws SQLException
getShort in interface ResultSetSQLException
public final short getShort(String columnName)
throws SQLException
getShort in interface ResultSetSQLException
public Statement getStatement()
throws SQLException
getStatement in interface ResultSetSQLException
public final String getString(int columnIndex)
throws SQLException
getString in interface ResultSetSQLException
public final String getString(String columnName)
throws SQLException
getString in interface ResultSetSQLException
public final Time getTime(int columnIndex)
throws SQLException
getTime in interface ResultSetSQLException
public final Time getTime(int columnIndex,
Calendar cal)
throws SQLException
getTime in interface ResultSetSQLException
public final Time getTime(String columnName)
throws SQLException
getTime in interface ResultSetSQLException
public final Time getTime(String columnName,
Calendar cal)
throws SQLException
getTime in interface ResultSetSQLException
public final Timestamp getTimestamp(int columnIndex)
throws SQLException
getTimestamp in interface ResultSetSQLException
public final Timestamp getTimestamp(int columnIndex,
Calendar cal)
throws SQLException
getTimestamp in interface ResultSetSQLException
public final Timestamp getTimestamp(String columnName)
throws SQLException
getTimestamp in interface ResultSetSQLException
public final Timestamp getTimestamp(String columnName,
Calendar cal)
throws SQLException
getTimestamp in interface ResultSetSQLException
public int getType()
throws SQLException
getType in interface ResultSetSQLException
public final URL getURL(int columnIndex)
throws SQLException
getURL in interface ResultSetSQLException
public final URL getURL(String columnName)
throws SQLException
getURL in interface ResultSetSQLException
public final SQLWarning getWarnings()
throws SQLException
getWarnings in interface ResultSetSQLException
public void insertRow()
throws SQLException
insertRow in interface ResultSetSQLException
public boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLException
public boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLException
public boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLException
public boolean isLast()
throws SQLException
isLast in interface ResultSetSQLException
public boolean last()
throws SQLException
last in interface ResultSetSQLException
public void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLException
public void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLException
public boolean next()
throws SQLException
next in interface ResultSetSQLException
public void populate(ResultSet rs)
throws SQLException
SQLException
public void populate(RowSetReader reader)
throws SQLException
SQLException
public boolean previous()
throws SQLException
previous in interface ResultSetSQLException
public void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLException
public boolean relative(int rows)
throws SQLException
relative in interface ResultSetSQLException
public boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLException
public boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLException
public boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLException
public void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface ResultSetSQLException
public void setFetchSize(int size)
throws SQLException
setFetchSize in interface ResultSetSQLException
public void setMetaData(RowSetMetaData md)
throws SQLException
setMetaData in interface RowSetInternalSQLExceptionpublic void setReturnsDeletedRows(boolean property)
public void setRows(ArrayList resRows,
ConversionContext resContext,
AbstractType[] resTypes)
public String toString()
toString in class Object
public final void updateArray(int columnIndex,
Array x)
throws SQLException
updateArray in interface ResultSetSQLException
public final void updateArray(String columnName,
Array x)
throws SQLException
updateArray in interface ResultSetSQLException
public final void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLException
public final void updateAsciiStream(String columnName,
InputStream x,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLException
public final void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
updateBigDecimal in interface ResultSetSQLException
public final void updateBigDecimal(String columnName,
BigDecimal x)
throws SQLException
updateBigDecimal in interface ResultSetSQLException
public final void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLException
public final void updateBinaryStream(String columnName,
InputStream x,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLException
public final void updateBlob(int columnIndex,
Blob x)
throws SQLException
updateBlob in interface ResultSetSQLException
public final void updateBlob(String columnName,
Blob x)
throws SQLException
updateBlob in interface ResultSetSQLException
public final void updateBoolean(int columnIndex,
boolean x)
throws SQLException
updateBoolean in interface ResultSetSQLException
public final void updateBoolean(String columnName,
boolean x)
throws SQLException
updateBoolean in interface ResultSetSQLException
public final void updateByte(int columnIndex,
byte x)
throws SQLException
updateByte in interface ResultSetSQLException
public final void updateByte(String columnName,
byte x)
throws SQLException
updateByte in interface ResultSetSQLException
public final void updateBytes(int columnIndex,
byte[] x)
throws SQLException
updateBytes in interface ResultSetSQLException
public final void updateBytes(String columnName,
byte[] x)
throws SQLException
updateBytes in interface ResultSetSQLException
public final void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLException
public final void updateCharacterStream(String columnName,
Reader reader,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLException
public final void updateClob(int columnIndex,
Clob x)
throws SQLException
updateClob in interface ResultSetSQLException
public final void updateClob(String columnName,
Clob x)
throws SQLException
updateClob in interface ResultSetSQLException
public final void updateDate(int columnIndex,
Date x)
throws SQLException
updateDate in interface ResultSetSQLException
public final void updateDate(String columnName,
Date x)
throws SQLException
updateDate in interface ResultSetSQLException
public final void updateDouble(int columnIndex,
double x)
throws SQLException
updateDouble in interface ResultSetSQLException
public final void updateDouble(String columnName,
double x)
throws SQLException
updateDouble in interface ResultSetSQLException
public final void updateFloat(int columnIndex,
float x)
throws SQLException
updateFloat in interface ResultSetSQLException
public final void updateFloat(String columnName,
float x)
throws SQLException
updateFloat in interface ResultSetSQLException
public final void updateInt(int columnIndex,
int x)
throws SQLException
updateInt in interface ResultSetSQLException
public final void updateInt(String columnName,
int x)
throws SQLException
updateInt in interface ResultSetSQLException
public final void updateLong(int columnIndex,
long x)
throws SQLException
updateLong in interface ResultSetSQLException
public final void updateLong(String columnName,
long x)
throws SQLException
updateLong in interface ResultSetSQLException
public final void updateNull(int columnIndex)
throws SQLException
updateNull in interface ResultSetSQLException
public final void updateNull(String columnName)
throws SQLException
updateNull in interface ResultSetSQLException
public final void updateObject(int columnIndex,
Object x)
throws SQLException
updateObject in interface ResultSetSQLException
public final void updateObject(int columnIndex,
Object x,
int scale)
throws SQLException
updateObject in interface ResultSetSQLException
public final void updateObject(String columnName,
Object x)
throws SQLException
updateObject in interface ResultSetSQLException
public final void updateObject(String columnName,
Object x,
int scale)
throws SQLException
updateObject in interface ResultSetSQLException
public final void updateRef(int columnIndex,
Ref x)
throws SQLException
updateRef in interface ResultSetSQLException
public final void updateRef(String columnName,
Ref x)
throws SQLException
updateRef in interface ResultSetSQLException
public void updateRow()
throws SQLException
updateRow in interface ResultSetSQLException
public final void updateShort(int columnIndex,
short x)
throws SQLException
updateShort in interface ResultSetSQLException
public final void updateShort(String columnName,
short x)
throws SQLException
updateShort in interface ResultSetSQLException
public final void updateString(int columnIndex,
String x)
throws SQLException
updateString in interface ResultSetSQLException
public final void updateString(String columnName,
String x)
throws SQLException
updateString in interface ResultSetSQLException
public final void updateTime(int columnIndex,
Time x)
throws SQLException
updateTime in interface ResultSetSQLException
public final void updateTime(String columnName,
Time x)
throws SQLException
updateTime in interface ResultSetSQLException
public final void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
updateTimestamp in interface ResultSetSQLException
public final void updateTimestamp(String columnName,
Timestamp x)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionprotected boolean validateRow()
public final boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLException
|
jxUtil 0.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||