|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lateralnz.c3d.DCResultSet
public class DCResultSet
a resultset object to use in the cache. All operations related to updating the contents of this resultset are unsupported. See individual methods for details
| Field Summary | |
|---|---|
protected long |
lastAccessed
|
| 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 |
| Fields inherited from interface org.lateralnz.common.util.Constants |
|---|
AMPERSAND, AND, APPLICATION_X_WWW_FORM_URLENCODED, ASTERISK, AT, BACK_SLASH, CHAR_LEFT_CHEV, CHAR_RIGHT_CHEV, COLON, COMMA, CRLF, DASH, DELETE, DOLLAR, DOT, DOT_CLASS, DOT_JAVA, EIGHT, EMPTY, EQUALS, FALSE, FILE_SEPARATOR, FIVE, FORWARD_SLASH, FOUR, FULLSTOP, HASH, HAT, INSERT, LEFT_BRACE, LEFT_BRACKET, LEFT_CHEV, MAX_LEN_APPCODE, MAX_LEN_APPGROUP, MAX_LEN_MSGCODE, MAX_LEN_MSGTEXT, MINUS_ONE, N, NEWLINE, NINE, NO, NULL_STRING, OFF, ON, ONE, ONE_DAY, ONE_HOUR, ONE_MINUTE, ONE_WEEK, PATH_SEPARATOR, PERCENT, PIPE, PLUS, QUESTION_MARK, QUOTE, REQUIRED, REQUIRES_NEW, RETURN, RIGHT_BRACE, RIGHT_BRACKET, RIGHT_CHEV, SELECT, SEMICOLON, SEVEN, SINGLE_QUOTE, SIX, SPACE, SQ_LEFT_BRACKET, SQ_RIGHT_BRACKET, SUPPORTS, TEXT_HTML, TEXT_PLAIN, TEXT_XML, THREE, TRUE, TWO, UNDERSCORE, UPDATE, UTF_8, Y, YES, ZERO |
| Constructor Summary | |
|---|---|
DCResultSet(java.lang.String[] columnNames,
java.util.ArrayList rows,
DatabaseEngine dbengine)
|
|
DCResultSet(java.lang.String cacheName,
java.lang.String sql,
java.sql.ResultSet rs,
DatabaseEngine dbengine,
int concurrency,
int type)
|
|
| Method Summary | |
|---|---|
boolean |
absolute(int param)
|
void |
afterLast()
|
void |
beforeFirst()
|
void |
cancelRowUpdates()
this operation is not supported |
void |
clearWarnings()
|
void |
close()
|
void |
deleteRow()
this operation is not supported |
int |
findColumn(java.lang.String str)
|
boolean |
first()
|
java.sql.Array |
getArray(int param)
this operation is not supported |
java.sql.Array |
getArray(java.lang.String str)
|
java.io.InputStream |
getAsciiStream(int param)
|
java.io.InputStream |
getAsciiStream(java.lang.String str)
|
java.math.BigDecimal |
getBigDecimal(int param)
|
java.math.BigDecimal |
getBigDecimal(int param,
int param1)
|
java.math.BigDecimal |
getBigDecimal(java.lang.String str)
|
java.math.BigDecimal |
getBigDecimal(java.lang.String str,
int param)
|
java.io.InputStream |
getBinaryStream(int param)
|
java.io.InputStream |
getBinaryStream(java.lang.String str)
|
java.sql.Blob |
getBlob(int param)
this operation is not supported |
java.sql.Blob |
getBlob(java.lang.String str)
|
boolean |
getBoolean(int param)
|
boolean |
getBoolean(java.lang.String str)
|
byte |
getByte(int param)
|
byte |
getByte(java.lang.String str)
|
byte[] |
getBytes(int param)
|
byte[] |
getBytes(java.lang.String str)
|
java.io.Reader |
getCharacterStream(int param)
|
java.io.Reader |
getCharacterStream(java.lang.String str)
|
java.sql.Clob |
getClob(int param)
this operation is not supported |
java.sql.Clob |
getClob(java.lang.String str)
|
int |
getConcurrency()
|
java.lang.String |
getCursorName()
|
java.sql.Date |
getDate(int param)
|
java.sql.Date |
getDate(int param,
java.util.Calendar calendar)
this operation is not supported |
java.sql.Date |
getDate(java.lang.String str)
|
java.sql.Date |
getDate(java.lang.String str,
java.util.Calendar calendar)
|
double |
getDouble(int param)
|
double |
getDouble(java.lang.String str)
|
int |
getFetchDirection()
|
int |
getFetchSize()
this operation is not supported |
float |
getFloat(int param)
|
float |
getFloat(java.lang.String str)
|
int |
getInt(int param)
|
int |
getInt(java.lang.String str)
|
long |
getLong(int param)
|
long |
getLong(java.lang.String str)
|
java.sql.ResultSetMetaData |
getMetaData()
|
java.lang.Object |
getObject(int param)
this operation is not supported |
java.lang.Object |
getObject(int param,
java.util.Map map)
this operation is not supported |
java.lang.Object |
getObject(java.lang.String str)
|
java.lang.Object |
getObject(java.lang.String str,
java.util.Map map)
|
java.sql.Ref |
getRef(int param)
this operation is not supported |
java.sql.Ref |
getRef(java.lang.String str)
|
int |
getRow()
|
int |
getRowCount()
|
short |
getShort(int param)
|
short |
getShort(java.lang.String str)
|
java.sql.Statement |
getStatement()
this always returns null |
java.lang.String |
getString(int param)
|
java.lang.String |
getString(java.lang.String str)
|
java.sql.Time |
getTime(int param)
|
java.sql.Time |
getTime(int param,
java.util.Calendar calendar)
this operation is not supported |
java.sql.Time |
getTime(java.lang.String str)
|
java.sql.Time |
getTime(java.lang.String str,
java.util.Calendar calendar)
|
java.sql.Timestamp |
getTimestamp(int param)
|
java.sql.Timestamp |
getTimestamp(int param,
java.util.Calendar calendar)
this operation is not supported |
java.sql.Timestamp |
getTimestamp(java.lang.String str)
|
java.sql.Timestamp |
getTimestamp(java.lang.String str,
java.util.Calendar calendar)
|
int |
getType()
|
java.io.InputStream |
getUnicodeStream(int param)
this operation is not supported |
java.io.InputStream |
getUnicodeStream(java.lang.String str)
this operation is not supported |
java.net.URL |
getURL(int param)
|
java.net.URL |
getURL(java.lang.String str)
|
java.sql.SQLWarning |
getWarnings()
|
void |
insertRow()
this operation is not supported |
boolean |
isAfterLast()
|
boolean |
isBeforeFirst()
|
boolean |
isFirst()
|
boolean |
isLast()
|
boolean |
last()
|
void |
moveToCurrentRow()
this operation is not supported |
void |
moveToInsertRow()
this operation is not supported |
boolean |
next()
|
boolean |
previous()
|
void |
refreshRow()
this operation is not supported |
boolean |
relative(int param)
|
boolean |
rowDeleted()
|
boolean |
rowInserted()
|
boolean |
rowUpdated()
|
void |
setFetchDirection(int param)
this operation is not supported |
void |
setFetchSize(int param)
this operation is not supported |
void |
updateArray(int param,
java.sql.Array array)
this operation is not supported |
void |
updateArray(java.lang.String str,
java.sql.Array array)
this operation is not supported |
void |
updateAsciiStream(int param,
java.io.InputStream inputStream,
int param2)
this operation is not supported |
void |
updateAsciiStream(java.lang.String str,
java.io.InputStream inputStream,
int param)
this operation is not supported |
void |
updateBigDecimal(int param,
java.math.BigDecimal bigDecimal)
this operation is not supported |
void |
updateBigDecimal(java.lang.String str,
java.math.BigDecimal bigDecimal)
this operation is not supported |
void |
updateBinaryStream(int param,
java.io.InputStream inputStream,
int param2)
this operation is not supported |
void |
updateBinaryStream(java.lang.String str,
java.io.InputStream inputStream,
int param)
this operation is not supported |
void |
updateBlob(int param,
java.sql.Blob blob)
this operation is not supported |
void |
updateBlob(java.lang.String str,
java.sql.Blob blob)
this operation is not supported |
void |
updateBoolean(int param,
boolean param1)
this operation is not supported |
void |
updateBoolean(java.lang.String str,
boolean param)
this operation is not supported |
void |
updateByte(int param,
byte param1)
this operation is not supported |
void |
updateByte(java.lang.String str,
byte param)
this operation is not supported |
void |
updateBytes(int param,
byte[] values)
this operation is not supported |
void |
updateBytes(java.lang.String str,
byte[] values)
this operation is not supported |
void |
updateCharacterStream(int param,
java.io.Reader reader,
int param2)
this operation is not supported |
void |
updateCharacterStream(java.lang.String str,
java.io.Reader reader,
int param)
this operation is not supported |
void |
updateClob(int param,
java.sql.Clob clob)
this operation is not supported |
void |
updateClob(java.lang.String str,
java.sql.Clob clob)
this operation is not supported |
void |
updateDate(int param,
java.sql.Date date)
this operation is not supported |
void |
updateDate(java.lang.String str,
java.sql.Date date)
this operation is not supported |
void |
updateDouble(int param,
double param1)
this operation is not supported |
void |
updateDouble(java.lang.String str,
double param)
this operation is not supported |
void |
updateFloat(int param,
float param1)
this operation is not supported |
void |
updateFloat(java.lang.String str,
float param)
this operation is not supported |
void |
updateInt(int param,
int param1)
this operation is not supported |
void |
updateInt(java.lang.String str,
int param)
this operation is not supported |
void |
updateLong(int param,
long param1)
this operation is not supported |
void |
updateLong(java.lang.String str,
long param)
this operation is not supported |
void |
updateNull(int param)
this operation is not supported |
void |
updateNull(java.lang.String str)
this operation is not supported |
void |
updateObject(int param,
java.lang.Object obj)
this operation is not supported |
void |
updateObject(int param,
java.lang.Object obj,
int param2)
this operation is not supported |
void |
updateObject(java.lang.String str,
java.lang.Object obj)
this operation is not supported |
void |
updateObject(java.lang.String str,
java.lang.Object obj,
int param)
this operation is not supported |
void |
updateRef(int param,
java.sql.Ref ref)
this operation is not supported |
void |
updateRef(java.lang.String str,
java.sql.Ref ref)
this operation is not supported |
void |
updateRow()
this operation is not supported |
void |
updateShort(int param,
short param1)
this operation is not supported |
void |
updateShort(java.lang.String str,
short param)
this operation is not supported |
void |
updateString(int param,
java.lang.String str)
this operation is not supported |
void |
updateString(java.lang.String str,
java.lang.String str1)
this operation is not supported |
void |
updateTime(int param,
java.sql.Time time)
this operation is not supported |
void |
updateTime(java.lang.String str,
java.sql.Time time)
this operation is not supported |
void |
updateTimestamp(int param,
java.sql.Timestamp timestamp)
this operation is not supported |
void |
updateTimestamp(java.lang.String str,
java.sql.Timestamp timestamp)
this operation is not supported |
boolean |
wasNull()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long lastAccessed
| Constructor Detail |
|---|
public DCResultSet(java.lang.String[] columnNames,
java.util.ArrayList rows,
DatabaseEngine dbengine)
public DCResultSet(java.lang.String cacheName,
java.lang.String sql,
java.sql.ResultSet rs,
DatabaseEngine dbengine,
int concurrency,
int type)
throws java.sql.SQLException
java.sql.SQLException| Method Detail |
|---|
public boolean absolute(int param)
throws java.sql.SQLException
absolute in interface java.sql.ResultSetjava.sql.SQLException
public void afterLast()
throws java.sql.SQLException
afterLast in interface java.sql.ResultSetjava.sql.SQLException
public void beforeFirst()
throws java.sql.SQLException
beforeFirst in interface java.sql.ResultSetjava.sql.SQLException
public void cancelRowUpdates()
throws java.sql.SQLException
cancelRowUpdates in interface java.sql.ResultSetjava.sql.SQLException
public void clearWarnings()
throws java.sql.SQLException
clearWarnings in interface java.sql.ResultSetjava.sql.SQLException
public void close()
throws java.sql.SQLException
close in interface java.sql.ResultSetjava.sql.SQLException
public void deleteRow()
throws java.sql.SQLException
deleteRow in interface java.sql.ResultSetjava.sql.SQLException
public int findColumn(java.lang.String str)
throws java.sql.SQLException
findColumn in interface java.sql.ResultSetjava.sql.SQLException
public boolean first()
throws java.sql.SQLException
first in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Array getArray(int param)
throws java.sql.SQLException
getArray in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Array getArray(java.lang.String str)
throws java.sql.SQLException
getArray in interface java.sql.ResultSetjava.sql.SQLException
public java.io.InputStream getAsciiStream(int param)
throws java.sql.SQLException
getAsciiStream in interface java.sql.ResultSetjava.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String str)
throws java.sql.SQLException
getAsciiStream in interface java.sql.ResultSetjava.sql.SQLException
public java.math.BigDecimal getBigDecimal(int param)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String str)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLException
public java.math.BigDecimal getBigDecimal(int param,
int param1)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String str,
int param)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLException
public java.io.InputStream getBinaryStream(int param)
throws java.sql.SQLException
getBinaryStream in interface java.sql.ResultSetjava.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String str)
throws java.sql.SQLException
getBinaryStream in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Blob getBlob(int param)
throws java.sql.SQLException
getBlob in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Blob getBlob(java.lang.String str)
throws java.sql.SQLException
getBlob in interface java.sql.ResultSetjava.sql.SQLException
public boolean getBoolean(int param)
throws java.sql.SQLException
getBoolean in interface java.sql.ResultSetjava.sql.SQLException
public boolean getBoolean(java.lang.String str)
throws java.sql.SQLException
getBoolean in interface java.sql.ResultSetjava.sql.SQLException
public byte getByte(int param)
throws java.sql.SQLException
getByte in interface java.sql.ResultSetjava.sql.SQLException
public byte getByte(java.lang.String str)
throws java.sql.SQLException
getByte in interface java.sql.ResultSetjava.sql.SQLException
public byte[] getBytes(int param)
throws java.sql.SQLException
getBytes in interface java.sql.ResultSetjava.sql.SQLException
public byte[] getBytes(java.lang.String str)
throws java.sql.SQLException
getBytes in interface java.sql.ResultSetjava.sql.SQLException
public java.io.Reader getCharacterStream(int param)
throws java.sql.SQLException
getCharacterStream in interface java.sql.ResultSetjava.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String str)
throws java.sql.SQLException
getCharacterStream in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Clob getClob(int param)
throws java.sql.SQLException
getClob in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Clob getClob(java.lang.String str)
throws java.sql.SQLException
getClob in interface java.sql.ResultSetjava.sql.SQLException
public int getConcurrency()
throws java.sql.SQLException
getConcurrency in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.String getCursorName()
throws java.sql.SQLException
getCursorName in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Date getDate(int param)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Date getDate(java.lang.String str)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Date getDate(int param,
java.util.Calendar calendar)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Date getDate(java.lang.String str,
java.util.Calendar calendar)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLException
public double getDouble(int param)
throws java.sql.SQLException
getDouble in interface java.sql.ResultSetjava.sql.SQLException
public double getDouble(java.lang.String str)
throws java.sql.SQLException
getDouble in interface java.sql.ResultSetjava.sql.SQLException
public int getFetchDirection()
throws java.sql.SQLException
getFetchDirection in interface java.sql.ResultSetjava.sql.SQLException
public int getFetchSize()
throws java.sql.SQLException
getFetchSize in interface java.sql.ResultSetjava.sql.SQLException
public float getFloat(int param)
throws java.sql.SQLException
getFloat in interface java.sql.ResultSetjava.sql.SQLException
public float getFloat(java.lang.String str)
throws java.sql.SQLException
getFloat in interface java.sql.ResultSetjava.sql.SQLException
public int getInt(int param)
throws java.sql.SQLException
getInt in interface java.sql.ResultSetjava.sql.SQLException
public int getInt(java.lang.String str)
throws java.sql.SQLException
getInt in interface java.sql.ResultSetjava.sql.SQLException
public long getLong(int param)
throws java.sql.SQLException
getLong in interface java.sql.ResultSetjava.sql.SQLException
public long getLong(java.lang.String str)
throws java.sql.SQLException
getLong in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.ResultSetMetaData getMetaData()
throws java.sql.SQLException
getMetaData in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.Object getObject(int param)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.Object getObject(java.lang.String str)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.Object getObject(int param,
java.util.Map map)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.Object getObject(java.lang.String str,
java.util.Map map)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Ref getRef(int param)
throws java.sql.SQLException
getRef in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Ref getRef(java.lang.String str)
throws java.sql.SQLException
getRef in interface java.sql.ResultSetjava.sql.SQLException
public int getRow()
throws java.sql.SQLException
getRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getRowCount()
public short getShort(int param)
throws java.sql.SQLException
getShort in interface java.sql.ResultSetjava.sql.SQLException
public short getShort(java.lang.String str)
throws java.sql.SQLException
getShort in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Statement getStatement()
throws java.sql.SQLException
getStatement in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.String getString(int param)
throws java.sql.SQLException
getString in interface java.sql.ResultSetjava.sql.SQLException
public java.lang.String getString(java.lang.String str)
throws java.sql.SQLException
getString in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Time getTime(int param)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Time getTime(java.lang.String str)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Time getTime(int param,
java.util.Calendar calendar)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Time getTime(java.lang.String str,
java.util.Calendar calendar)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Timestamp getTimestamp(int param)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String str)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Timestamp getTimestamp(int param,
java.util.Calendar calendar)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String str,
java.util.Calendar calendar)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLException
public int getType()
throws java.sql.SQLException
getType in interface java.sql.ResultSetjava.sql.SQLException
public java.net.URL getURL(int param)
throws java.sql.SQLException
getURL in interface java.sql.ResultSetjava.sql.SQLException
public java.net.URL getURL(java.lang.String str)
throws java.sql.SQLException
getURL in interface java.sql.ResultSetjava.sql.SQLException
public java.io.InputStream getUnicodeStream(java.lang.String str)
throws java.sql.SQLException
getUnicodeStream in interface java.sql.ResultSetjava.sql.SQLException
public java.io.InputStream getUnicodeStream(int param)
throws java.sql.SQLException
getUnicodeStream in interface java.sql.ResultSetjava.sql.SQLException
public java.sql.SQLWarning getWarnings()
throws java.sql.SQLException
getWarnings in interface java.sql.ResultSetjava.sql.SQLException
public void insertRow()
throws java.sql.SQLException
insertRow in interface java.sql.ResultSetjava.sql.SQLException
public boolean isAfterLast()
throws java.sql.SQLException
isAfterLast in interface java.sql.ResultSetjava.sql.SQLException
public boolean isBeforeFirst()
throws java.sql.SQLException
isBeforeFirst in interface java.sql.ResultSetjava.sql.SQLException
public boolean isFirst()
throws java.sql.SQLException
isFirst in interface java.sql.ResultSetjava.sql.SQLException
public boolean isLast()
throws java.sql.SQLException
isLast in interface java.sql.ResultSetjava.sql.SQLException
public boolean last()
throws java.sql.SQLException
last in interface java.sql.ResultSetjava.sql.SQLException
public void moveToCurrentRow()
throws java.sql.SQLException
moveToCurrentRow in interface java.sql.ResultSetjava.sql.SQLException
public void moveToInsertRow()
throws java.sql.SQLException
moveToInsertRow in interface java.sql.ResultSetjava.sql.SQLException
public boolean next()
throws java.sql.SQLException
next in interface java.sql.ResultSetjava.sql.SQLException
public boolean previous()
throws java.sql.SQLException
previous in interface java.sql.ResultSetjava.sql.SQLException
public void refreshRow()
throws java.sql.SQLException
refreshRow in interface java.sql.ResultSetjava.sql.SQLException
public boolean relative(int param)
throws java.sql.SQLException
relative in interface java.sql.ResultSetjava.sql.SQLException
public boolean rowDeleted()
throws java.sql.SQLException
rowDeleted in interface java.sql.ResultSetjava.sql.SQLException
public boolean rowInserted()
throws java.sql.SQLException
rowInserted in interface java.sql.ResultSetjava.sql.SQLException
public boolean rowUpdated()
throws java.sql.SQLException
rowUpdated in interface java.sql.ResultSetjava.sql.SQLException
public void setFetchDirection(int param)
throws java.sql.SQLException
setFetchDirection in interface java.sql.ResultSetjava.sql.SQLException
public void setFetchSize(int param)
throws java.sql.SQLException
setFetchSize in interface java.sql.ResultSetjava.sql.SQLException
public void updateArray(java.lang.String str,
java.sql.Array array)
throws java.sql.SQLException
updateArray in interface java.sql.ResultSetjava.sql.SQLException
public void updateArray(int param,
java.sql.Array array)
throws java.sql.SQLException
updateArray in interface java.sql.ResultSetjava.sql.SQLException
public void updateAsciiStream(java.lang.String str,
java.io.InputStream inputStream,
int param)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLException
public void updateAsciiStream(int param,
java.io.InputStream inputStream,
int param2)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLException
public void updateBigDecimal(java.lang.String str,
java.math.BigDecimal bigDecimal)
throws java.sql.SQLException
updateBigDecimal in interface java.sql.ResultSetjava.sql.SQLException
public void updateBigDecimal(int param,
java.math.BigDecimal bigDecimal)
throws java.sql.SQLException
updateBigDecimal in interface java.sql.ResultSetjava.sql.SQLException
public void updateBinaryStream(int param,
java.io.InputStream inputStream,
int param2)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLException
public void updateBinaryStream(java.lang.String str,
java.io.InputStream inputStream,
int param)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLException
public void updateBlob(int param,
java.sql.Blob blob)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLException
public void updateBlob(java.lang.String str,
java.sql.Blob blob)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLException
public void updateBoolean(int param,
boolean param1)
throws java.sql.SQLException
updateBoolean in interface java.sql.ResultSetjava.sql.SQLException
public void updateBoolean(java.lang.String str,
boolean param)
throws java.sql.SQLException
updateBoolean in interface java.sql.ResultSetjava.sql.SQLException
public void updateByte(int param,
byte param1)
throws java.sql.SQLException
updateByte in interface java.sql.ResultSetjava.sql.SQLException
public void updateByte(java.lang.String str,
byte param)
throws java.sql.SQLException
updateByte in interface java.sql.ResultSetjava.sql.SQLException
public void updateBytes(int param,
byte[] values)
throws java.sql.SQLException
updateBytes in interface java.sql.ResultSetjava.sql.SQLException
public void updateBytes(java.lang.String str,
byte[] values)
throws java.sql.SQLException
updateBytes in interface java.sql.ResultSetjava.sql.SQLException
public void updateCharacterStream(int param,
java.io.Reader reader,
int param2)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLException
public void updateCharacterStream(java.lang.String str,
java.io.Reader reader,
int param)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLException
public void updateClob(java.lang.String str,
java.sql.Clob clob)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLException
public void updateClob(int param,
java.sql.Clob clob)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLException
public void updateDate(int param,
java.sql.Date date)
throws java.sql.SQLException
updateDate in interface java.sql.ResultSetjava.sql.SQLException
public void updateDate(java.lang.String str,
java.sql.Date date)
throws java.sql.SQLException
updateDate in interface java.sql.ResultSetjava.sql.SQLException
public void updateDouble(int param,
double param1)
throws java.sql.SQLException
updateDouble in interface java.sql.ResultSetjava.sql.SQLException
public void updateDouble(java.lang.String str,
double param)
throws java.sql.SQLException
updateDouble in interface java.sql.ResultSetjava.sql.SQLException
public void updateFloat(java.lang.String str,
float param)
throws java.sql.SQLException
updateFloat in interface java.sql.ResultSetjava.sql.SQLException
public void updateFloat(int param,
float param1)
throws java.sql.SQLException
updateFloat in interface java.sql.ResultSetjava.sql.SQLException
public void updateInt(java.lang.String str,
int param)
throws java.sql.SQLException
updateInt in interface java.sql.ResultSetjava.sql.SQLException
public void updateInt(int param,
int param1)
throws java.sql.SQLException
updateInt in interface java.sql.ResultSetjava.sql.SQLException
public void updateLong(int param,
long param1)
throws java.sql.SQLException
updateLong in interface java.sql.ResultSetjava.sql.SQLException
public void updateLong(java.lang.String str,
long param)
throws java.sql.SQLException
updateLong in interface java.sql.ResultSetjava.sql.SQLException
public void updateNull(java.lang.String str)
throws java.sql.SQLException
updateNull in interface java.sql.ResultSetjava.sql.SQLException
public void updateNull(int param)
throws java.sql.SQLException
updateNull in interface java.sql.ResultSetjava.sql.SQLException
public void updateObject(java.lang.String str,
java.lang.Object obj)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLException
public void updateObject(int param,
java.lang.Object obj)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLException
public void updateObject(int param,
java.lang.Object obj,
int param2)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLException
public void updateObject(java.lang.String str,
java.lang.Object obj,
int param)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLException
public void updateRef(int param,
java.sql.Ref ref)
throws java.sql.SQLException
updateRef in interface java.sql.ResultSetjava.sql.SQLException
public void updateRef(java.lang.String str,
java.sql.Ref ref)
throws java.sql.SQLException
updateRef in interface java.sql.ResultSetjava.sql.SQLException
public void updateRow()
throws java.sql.SQLException
updateRow in interface java.sql.ResultSetjava.sql.SQLException
public void updateShort(int param,
short param1)
throws java.sql.SQLException
updateShort in interface java.sql.ResultSetjava.sql.SQLException
public void updateShort(java.lang.String str,
short param)
throws java.sql.SQLException
updateShort in interface java.sql.ResultSetjava.sql.SQLException
public void updateString(int param,
java.lang.String str)
throws java.sql.SQLException
updateString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateString(java.lan