public class AltibaseShardingResultSet
extends java.lang.Object
implements java.sql.ResultSet
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int aRow) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(java.lang.String aColumnName) |
boolean |
first() |
java.sql.Array |
getArray(int aColumnIndex) |
java.sql.Array |
getArray(java.lang.String aColumnName) |
java.io.InputStream |
getAsciiStream(int aColumnIndex) |
java.io.InputStream |
getAsciiStream(java.lang.String aColumnName) |
java.math.BigDecimal |
getBigDecimal(int aColumnIndex) |
java.math.BigDecimal |
getBigDecimal(int aColumnIndex,
int aScale) |
java.math.BigDecimal |
getBigDecimal(java.lang.String aColumnName) |
java.math.BigDecimal |
getBigDecimal(java.lang.String aColumnName,
int aScale) |
java.io.InputStream |
getBinaryStream(int aColumnIndex) |
java.io.InputStream |
getBinaryStream(java.lang.String aColumnName) |
java.sql.Blob |
getBlob(int aColumnIndex) |
java.sql.Blob |
getBlob(java.lang.String aColumnName) |
boolean |
getBoolean(int aColumnIndex) |
boolean |
getBoolean(java.lang.String aColumnName) |
byte |
getByte(int aColumnIndex) |
byte |
getByte(java.lang.String aColumnName) |
byte[] |
getBytes(int aColumnIndex) |
byte[] |
getBytes(java.lang.String aColumnName) |
java.io.Reader |
getCharacterStream(int aColumnIndex) |
java.io.Reader |
getCharacterStream(java.lang.String aColumnName) |
java.sql.Clob |
getClob(int aColumnIndex) |
java.sql.Clob |
getClob(java.lang.String aColumnName) |
int |
getConcurrency() |
java.lang.String |
getCursorName() |
java.sql.Date |
getDate(int aColumnIndex) |
java.sql.Date |
getDate(int aColumnIndex,
java.util.Calendar aCal) |
java.sql.Date |
getDate(java.lang.String aColumnName) |
java.sql.Date |
getDate(java.lang.String aColumnName,
java.util.Calendar aCal) |
double |
getDouble(int aColumnIndex) |
double |
getDouble(java.lang.String aColumnName) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int aColumnIndex) |
float |
getFloat(java.lang.String aColumnName) |
int |
getInt(int aColumnIndex) |
int |
getInt(java.lang.String aColumnName) |
long |
getLong(int aColumnIndex) |
long |
getLong(java.lang.String aColumnName) |
java.sql.ResultSetMetaData |
getMetaData() |
java.lang.Object |
getObject(int aColumnIndex) |
java.lang.Object |
getObject(int aColumnIndex,
java.util.Map aMap) |
java.lang.Object |
getObject(java.lang.String aColumnName) |
java.lang.Object |
getObject(java.lang.String aColumnName,
java.util.Map aMap) |
java.sql.Ref |
getRef(int aColumnIndex) |
java.sql.Ref |
getRef(java.lang.String aColumnName) |
int |
getRow() |
short |
getShort(int aColumnIndex) |
short |
getShort(java.lang.String aColumnName) |
java.sql.Statement |
getStatement() |
java.lang.String |
getString(int aColumnIndex) |
java.lang.String |
getString(java.lang.String aColumnName) |
java.sql.Time |
getTime(int aColumnIndex) |
java.sql.Time |
getTime(int aColumnIndex,
java.util.Calendar aCal) |
java.sql.Time |
getTime(java.lang.String aColumnName) |
java.sql.Time |
getTime(java.lang.String aColumnName,
java.util.Calendar aCal) |
java.sql.Timestamp |
getTimestamp(int aColumnIndex) |
java.sql.Timestamp |
getTimestamp(int aColumnIndex,
java.util.Calendar aCal) |
java.sql.Timestamp |
getTimestamp(java.lang.String aColumnName) |
java.sql.Timestamp |
getTimestamp(java.lang.String aColumnName,
java.util.Calendar aCal) |
int |
getType() |
java.io.InputStream |
getUnicodeStream(int aColumnIndex) |
java.io.InputStream |
getUnicodeStream(java.lang.String aColumnName) |
java.net.URL |
getURL(int aColumnIndex) |
java.net.URL |
getURL(java.lang.String aColumnName) |
java.sql.SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int aRows) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int aDirection) |
void |
setFetchSize(int aRows) |
void |
updateArray(int aColumnIndex,
java.sql.Array aValue) |
void |
updateArray(java.lang.String aColumnName,
java.sql.Array aValue) |
void |
updateAsciiStream(int aColumnIndex,
java.io.InputStream aValue,
int aLength) |
void |
updateAsciiStream(java.lang.String aColumnName,
java.io.InputStream aValue,
int aLength) |
void |
updateBigDecimal(int aColumnIndex,
java.math.BigDecimal aValue) |
void |
updateBigDecimal(java.lang.String aColumnName,
java.math.BigDecimal aValue) |
void |
updateBinaryStream(int aColumnIndex,
java.io.InputStream aValue,
int aLength) |
void |
updateBinaryStream(java.lang.String aColumnName,
java.io.InputStream aValue,
int aLength) |
void |
updateBlob(int aColumnIndex,
java.sql.Blob aValue) |
void |
updateBlob(java.lang.String aColumnName,
java.sql.Blob aValue) |
void |
updateBoolean(int aColumnIndex,
boolean aValue) |
void |
updateBoolean(java.lang.String aColumnName,
boolean aValue) |
void |
updateByte(int aColumnIndex,
byte aValue) |
void |
updateByte(java.lang.String aColumnName,
byte aValue) |
void |
updateBytes(int aColumnIndex,
byte[] aValue) |
void |
updateBytes(java.lang.String aColumnName,
byte[] aValue) |
void |
updateCharacterStream(int aColumnIndex,
java.io.Reader aReader,
int aLength) |
void |
updateCharacterStream(java.lang.String aColumnName,
java.io.Reader aReader,
int aLength) |
void |
updateClob(int aColumnIndex,
java.sql.Clob aValue) |
void |
updateClob(java.lang.String aColumnName,
java.sql.Clob aValue) |
void |
updateDate(int aColumnIndex,
java.sql.Date aValue) |
void |
updateDate(java.lang.String aColumnName,
java.sql.Date aValue) |
void |
updateDouble(int aColumnIndex,
double aValue) |
void |
updateDouble(java.lang.String aColumnName,
double aValue) |
void |
updateFloat(int aColumnIndex,
float aValue) |
void |
updateFloat(java.lang.String aColumnName,
float aValue) |
void |
updateInt(int aColumnIndex,
int aValue) |
void |
updateInt(java.lang.String aColumnName,
int aValue) |
void |
updateLong(int aColumnIndex,
long aValue) |
void |
updateLong(java.lang.String aColumnName,
long aValue) |
void |
updateNull(int aColumnIndex) |
void |
updateNull(java.lang.String aColumnName) |
void |
updateObject(int aColumnIndex,
java.lang.Object aValue) |
void |
updateObject(int aColumnIndex,
java.lang.Object aValue,
int aScale) |
void |
updateObject(java.lang.String aColumnName,
java.lang.Object aValue) |
void |
updateObject(java.lang.String aColumnName,
java.lang.Object aValue,
int aScale) |
void |
updateRef(int aColumnIndex,
java.sql.Ref aValue) |
void |
updateRef(java.lang.String aColumnName,
java.sql.Ref aValue) |
void |
updateRow() |
void |
updateShort(int aColumnIndex,
short aValue) |
void |
updateShort(java.lang.String aColumnName,
short aValue) |
void |
updateString(int aColumnIndex,
java.lang.String aValue) |
void |
updateString(java.lang.String aColumnName,
java.lang.String aValue) |
void |
updateTime(int aColumnIndex,
java.sql.Time aValue) |
void |
updateTime(java.lang.String aColumnName,
java.sql.Time aValue) |
void |
updateTimestamp(int aColumnIndex,
java.sql.Timestamp aValue) |
void |
updateTimestamp(java.lang.String aColumnName,
java.sql.Timestamp aValue) |
boolean |
wasNull() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, isClosed, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateObject, updateObject, updateObject, updateObject, updateRowId, updateRowId, updateSQLXML, updateSQLXMLpublic boolean next()
throws java.sql.SQLException
next in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean wasNull()
throws java.sql.SQLException
wasNull in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.String getString(int aColumnIndex)
throws java.sql.SQLException
getString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.String getString(java.lang.String aColumnName)
throws java.sql.SQLException
getString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean getBoolean(int aColumnIndex)
throws java.sql.SQLException
getBoolean in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean getBoolean(java.lang.String aColumnName)
throws java.sql.SQLException
getBoolean in interface java.sql.ResultSetjava.sql.SQLExceptionpublic byte getByte(int aColumnIndex)
throws java.sql.SQLException
getByte in interface java.sql.ResultSetjava.sql.SQLExceptionpublic byte getByte(java.lang.String aColumnName)
throws java.sql.SQLException
getByte in interface java.sql.ResultSetjava.sql.SQLExceptionpublic short getShort(int aColumnIndex)
throws java.sql.SQLException
getShort in interface java.sql.ResultSetjava.sql.SQLExceptionpublic short getShort(java.lang.String aColumnName)
throws java.sql.SQLException
getShort in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getInt(int aColumnIndex)
throws java.sql.SQLException
getInt in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getInt(java.lang.String aColumnName)
throws java.sql.SQLException
getInt in interface java.sql.ResultSetjava.sql.SQLExceptionpublic long getLong(int aColumnIndex)
throws java.sql.SQLException
getLong in interface java.sql.ResultSetjava.sql.SQLExceptionpublic long getLong(java.lang.String aColumnName)
throws java.sql.SQLException
getLong in interface java.sql.ResultSetjava.sql.SQLExceptionpublic float getFloat(int aColumnIndex)
throws java.sql.SQLException
getFloat in interface java.sql.ResultSetjava.sql.SQLExceptionpublic float getFloat(java.lang.String aColumnName)
throws java.sql.SQLException
getFloat in interface java.sql.ResultSetjava.sql.SQLExceptionpublic double getDouble(int aColumnIndex)
throws java.sql.SQLException
getDouble in interface java.sql.ResultSetjava.sql.SQLExceptionpublic double getDouble(java.lang.String aColumnName)
throws java.sql.SQLException
getDouble in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aColumnIndex,
int aScale)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aColumnIndex)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String aColumnName)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String aColumnName,
int aScale)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSetjava.sql.SQLExceptionpublic byte[] getBytes(int aColumnIndex)
throws java.sql.SQLException
getBytes in interface java.sql.ResultSetjava.sql.SQLExceptionpublic byte[] getBytes(java.lang.String aColumnName)
throws java.sql.SQLException
getBytes in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Date getDate(int aColumnIndex)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Date getDate(int aColumnIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aColumnName)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aColumnName,
java.util.Calendar aCal)
throws java.sql.SQLException
getDate in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Time getTime(int aColumnIndex)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Time getTime(int aColumnIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aColumnName)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aColumnName,
java.util.Calendar aCal)
throws java.sql.SQLException
getTime in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aColumnIndex)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aColumnIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aColumnName)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aColumnName,
java.util.Calendar aCal)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.InputStream getAsciiStream(int aColumnIndex)
throws java.sql.SQLException
getAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.InputStream getAsciiStream(java.lang.String aColumnName)
throws java.sql.SQLException
getAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.InputStream getUnicodeStream(int aColumnIndex)
throws java.sql.SQLException
getUnicodeStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.InputStream getUnicodeStream(java.lang.String aColumnName)
throws java.sql.SQLException
getUnicodeStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.InputStream getBinaryStream(int aColumnIndex)
throws java.sql.SQLException
getBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.InputStream getBinaryStream(java.lang.String aColumnName)
throws java.sql.SQLException
getBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.SQLWarning getWarnings()
throws java.sql.SQLException
getWarnings in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void clearWarnings()
throws java.sql.SQLException
clearWarnings in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.String getCursorName()
throws java.sql.SQLException
getCursorName in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.ResultSetMetaData getMetaData()
throws java.sql.SQLException
getMetaData in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.Object getObject(int aColumnIndex)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.Object getObject(int aColumnIndex,
java.util.Map aMap)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aColumnName)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aColumnName,
java.util.Map aMap)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int findColumn(java.lang.String aColumnName)
throws java.sql.SQLException
findColumn in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(int aColumnIndex)
throws java.sql.SQLException
getCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(java.lang.String aColumnName)
throws java.sql.SQLException
getCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean isBeforeFirst()
throws java.sql.SQLException
isBeforeFirst in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean isAfterLast()
throws java.sql.SQLException
isAfterLast in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean isFirst()
throws java.sql.SQLException
isFirst in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean isLast()
throws java.sql.SQLException
isLast in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void beforeFirst()
throws java.sql.SQLException
beforeFirst in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void afterLast()
throws java.sql.SQLException
afterLast in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean first()
throws java.sql.SQLException
first in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean last()
throws java.sql.SQLException
last in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getRow()
throws java.sql.SQLException
getRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean absolute(int aRow)
throws java.sql.SQLException
absolute in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean relative(int aRows)
throws java.sql.SQLException
relative in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean previous()
throws java.sql.SQLException
previous in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void setFetchDirection(int aDirection)
throws java.sql.SQLException
setFetchDirection in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getFetchDirection()
throws java.sql.SQLException
getFetchDirection in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void setFetchSize(int aRows)
throws java.sql.SQLException
setFetchSize in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getFetchSize()
throws java.sql.SQLException
getFetchSize in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getType()
throws java.sql.SQLException
getType in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getConcurrency()
throws java.sql.SQLException
getConcurrency in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean rowUpdated()
throws java.sql.SQLException
rowUpdated in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean rowInserted()
throws java.sql.SQLException
rowInserted in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean rowDeleted()
throws java.sql.SQLException
rowDeleted in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNull(int aColumnIndex)
throws java.sql.SQLException
updateNull in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNull(java.lang.String aColumnName)
throws java.sql.SQLException
updateNull in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBoolean(int aColumnIndex,
boolean aValue)
throws java.sql.SQLException
updateBoolean in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBoolean(java.lang.String aColumnName,
boolean aValue)
throws java.sql.SQLException
updateBoolean in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateByte(int aColumnIndex,
byte aValue)
throws java.sql.SQLException
updateByte in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateByte(java.lang.String aColumnName,
byte aValue)
throws java.sql.SQLException
updateByte in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateShort(int aColumnIndex,
short aValue)
throws java.sql.SQLException
updateShort in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateShort(java.lang.String aColumnName,
short aValue)
throws java.sql.SQLException
updateShort in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateInt(int aColumnIndex,
int aValue)
throws java.sql.SQLException
updateInt in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateInt(java.lang.String aColumnName,
int aValue)
throws java.sql.SQLException
updateInt in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateLong(int aColumnIndex,
long aValue)
throws java.sql.SQLException
updateLong in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateLong(java.lang.String aColumnName,
long aValue)
throws java.sql.SQLException
updateLong in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateFloat(int aColumnIndex,
float aValue)
throws java.sql.SQLException
updateFloat in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateFloat(java.lang.String aColumnName,
float aValue)
throws java.sql.SQLException
updateFloat in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateDouble(int aColumnIndex,
double aValue)
throws java.sql.SQLException
updateDouble in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateDouble(java.lang.String aColumnName,
double aValue)
throws java.sql.SQLException
updateDouble in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBigDecimal(int aColumnIndex,
java.math.BigDecimal aValue)
throws java.sql.SQLException
updateBigDecimal in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBigDecimal(java.lang.String aColumnName,
java.math.BigDecimal aValue)
throws java.sql.SQLException
updateBigDecimal in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateString(int aColumnIndex,
java.lang.String aValue)
throws java.sql.SQLException
updateString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateString(java.lang.String aColumnName,
java.lang.String aValue)
throws java.sql.SQLException
updateString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBytes(int aColumnIndex,
byte[] aValue)
throws java.sql.SQLException
updateBytes in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBytes(java.lang.String aColumnName,
byte[] aValue)
throws java.sql.SQLException
updateBytes in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateDate(int aColumnIndex,
java.sql.Date aValue)
throws java.sql.SQLException
updateDate in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateDate(java.lang.String aColumnName,
java.sql.Date aValue)
throws java.sql.SQLException
updateDate in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateTime(int aColumnIndex,
java.sql.Time aValue)
throws java.sql.SQLException
updateTime in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateTime(java.lang.String aColumnName,
java.sql.Time aValue)
throws java.sql.SQLException
updateTime in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateTimestamp(int aColumnIndex,
java.sql.Timestamp aValue)
throws java.sql.SQLException
updateTimestamp in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateTimestamp(java.lang.String aColumnName,
java.sql.Timestamp aValue)
throws java.sql.SQLException
updateTimestamp in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateAsciiStream(int aColumnIndex,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateAsciiStream(java.lang.String aColumnName,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBinaryStream(int aColumnIndex,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBinaryStream(java.lang.String aColumnName,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(int aColumnIndex,
java.io.Reader aReader,
int aLength)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(java.lang.String aColumnName,
java.io.Reader aReader,
int aLength)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateObject(int aColumnIndex,
java.lang.Object aValue,
int aScale)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateObject(int aColumnIndex,
java.lang.Object aValue)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateObject(java.lang.String aColumnName,
java.lang.Object aValue,
int aScale)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateObject(java.lang.String aColumnName,
java.lang.Object aValue)
throws java.sql.SQLException
updateObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void insertRow()
throws java.sql.SQLException
insertRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateRow()
throws java.sql.SQLException
updateRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void deleteRow()
throws java.sql.SQLException
deleteRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void refreshRow()
throws java.sql.SQLException
refreshRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void cancelRowUpdates()
throws java.sql.SQLException
cancelRowUpdates in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void moveToInsertRow()
throws java.sql.SQLException
moveToInsertRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void moveToCurrentRow()
throws java.sql.SQLException
moveToCurrentRow in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Statement getStatement()
getStatement in interface java.sql.ResultSetpublic java.sql.Ref getRef(int aColumnIndex)
throws java.sql.SQLException
getRef in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Ref getRef(java.lang.String aColumnName)
throws java.sql.SQLException
getRef in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Blob getBlob(int aColumnIndex)
throws java.sql.SQLException
getBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String aColumnName)
throws java.sql.SQLException
getBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Clob getClob(int aColumnIndex)
throws java.sql.SQLException
getClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String aColumnName)
throws java.sql.SQLException
getClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Array getArray(int aColumnIndex)
throws java.sql.SQLException
getArray in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.Array getArray(java.lang.String aColumnName)
throws java.sql.SQLException
getArray in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.net.URL getURL(int aColumnIndex)
throws java.sql.SQLException
getURL in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.net.URL getURL(java.lang.String aColumnName)
throws java.sql.SQLException
getURL in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateRef(int aColumnIndex,
java.sql.Ref aValue)
throws java.sql.SQLException
updateRef in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateRef(java.lang.String aColumnName,
java.sql.Ref aValue)
throws java.sql.SQLException
updateRef in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBlob(int aColumnIndex,
java.sql.Blob aValue)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBlob(java.lang.String aColumnName,
java.sql.Blob aValue)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateClob(int aColumnIndex,
java.sql.Clob aValue)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateClob(java.lang.String aColumnName,
java.sql.Clob aValue)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateArray(int aColumnIndex,
java.sql.Array aValue)
throws java.sql.SQLException
updateArray in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateArray(java.lang.String aColumnName,
java.sql.Array aValue)
throws java.sql.SQLException
updateArray in interface java.sql.ResultSetjava.sql.SQLException