public class ResultSetImpl extends Object implements 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 and Description |
|---|
ResultSetImpl(StatementImpl statement,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int columnIndex) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(String columnLable) |
boolean |
first() |
Array |
getArray(int columnIndex) |
Array |
getArray(String columnLable) |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnLable) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int bigDecimalValue) |
BigDecimal |
getBigDecimal(String columnLable) |
BigDecimal |
getBigDecimal(String columnLable,
int bigDecimalValue) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnLable) |
Blob |
getBlob(int columnIndex) |
Blob |
getBlob(String columnLable) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnLable) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLable) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLable) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnLable) |
Clob |
getClob(int columnIndex) |
Clob |
getClob(String columnLable) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnLable) |
Date |
getDate(String columnLable,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLable) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLable) |
int |
getHoldability() |
int |
getInt(int columnIndex) |
int |
getInt(String columnLable) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLable) |
ResultSetMetaData |
getMetaData() |
Reader |
getNCharacterStream(int arg0) |
Reader |
getNCharacterStream(String arg0) |
NClob |
getNClob(int arg0) |
NClob |
getNClob(String arg0) |
String |
getNString(int arg0) |
String |
getNString(String arg0) |
Object |
getObject(int columnIndex) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int columnIndex,
Map<String,Class<?>> map) |
Object |
getObject(String columnLable) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String columnLable,
Map<String,Class<?>> map) |
Ref |
getRef(int columnIndex) |
Ref |
getRef(String columnLable) |
int |
getRow() |
RowId |
getRowId(int arg0) |
RowId |
getRowId(String arg0) |
short |
getShort(int columnIndex) |
short |
getShort(String columnLable) |
SQLXML |
getSQLXML(int arg0) |
SQLXML |
getSQLXML(String arg0) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnLable) |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnLable) |
Time |
getTime(String columnLable,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnLable) |
Timestamp |
getTimestamp(String columnLable,
Calendar cal) |
int |
getType() |
InputStream |
getUnicodeStream(int columnIndex) |
InputStream |
getUnicodeStream(String columnLable) |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnLable) |
SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(Class<?> arg0) |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int columnIndex) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int columnIndex) |
void |
setFetchSize(int columnIndex) |
<T> T |
unwrap(Class<T> arg0) |
void |
updateArray(int columnIndex,
Array array) |
void |
updateArray(String columnLable,
Array array) |
void |
updateAsciiStream(int arg0,
InputStream arg1) |
void |
updateAsciiStream(int columnIndex,
InputStream inputStream,
int length) |
void |
updateAsciiStream(int arg0,
InputStream arg1,
long arg2) |
void |
updateAsciiStream(String arg0,
InputStream arg1) |
void |
updateAsciiStream(String columnLable,
InputStream inputStream,
int length) |
void |
updateAsciiStream(String arg0,
InputStream arg1,
long arg2) |
void |
updateBigDecimal(int columnIndex,
BigDecimal bigDecimalValue) |
void |
updateBigDecimal(String columnLable,
BigDecimal bigDecimalValue) |
void |
updateBinaryStream(int arg0,
InputStream arg1) |
void |
updateBinaryStream(int columnIndex,
InputStream inputStream,
int length) |
void |
updateBinaryStream(int arg0,
InputStream arg1,
long arg2) |
void |
updateBinaryStream(String arg0,
InputStream arg1) |
void |
updateBinaryStream(String columnLable,
InputStream inputStream,
int length) |
void |
updateBinaryStream(String arg0,
InputStream arg1,
long arg2) |
void |
updateBlob(int columnIndex,
Blob blob) |
void |
updateBlob(int arg0,
InputStream arg1) |
void |
updateBlob(int arg0,
InputStream arg1,
long arg2) |
void |
updateBlob(String columnLable,
Blob blob) |
void |
updateBlob(String arg0,
InputStream arg1) |
void |
updateBlob(String arg0,
InputStream arg1,
long arg2) |
void |
updateBoolean(int columnIndex,
boolean booleanValue) |
void |
updateBoolean(String columnLable,
boolean booleanValue) |
void |
updateByte(int columnIndex,
byte byteValue) |
void |
updateByte(String columnLable,
byte byteValue) |
void |
updateBytes(int columnIndex,
byte[] byteArrayValues) |
void |
updateBytes(String columnLable,
byte[] byteArrayValues) |
void |
updateCharacterStream(int arg0,
Reader arg1) |
void |
updateCharacterStream(int columnIndex,
Reader reader,
int length) |
void |
updateCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
updateCharacterStream(String arg0,
Reader arg1) |
void |
updateCharacterStream(String columnIndex,
Reader reader,
int length) |
void |
updateCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
updateClob(int columnIndex,
Clob clob) |
void |
updateClob(int arg0,
Reader arg1) |
void |
updateClob(int arg0,
Reader arg1,
long arg2) |
void |
updateClob(String columnLable,
Clob clob) |
void |
updateClob(String arg0,
Reader arg1) |
void |
updateClob(String arg0,
Reader arg1,
long arg2) |
void |
updateDate(int columnIndex,
Date dateValue) |
void |
updateDate(String columnLable,
Date dateValue) |
void |
updateDouble(int columnIndex,
double doubleValue) |
void |
updateDouble(String columnLable,
double doubleValue) |
void |
updateFloat(int columnIndex,
float floatValue) |
void |
updateFloat(String columnLable,
float floatValue) |
void |
updateInt(int columnIndex,
int intValue) |
void |
updateInt(String columnLable,
int intValue) |
void |
updateLong(int columnIndex,
long longValue) |
void |
updateLong(String columnLable,
long longValue) |
void |
updateNCharacterStream(int arg0,
Reader arg1) |
void |
updateNCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
updateNCharacterStream(String arg0,
Reader arg1) |
void |
updateNCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
updateNClob(int arg0,
NClob arg1) |
void |
updateNClob(int arg0,
Reader arg1) |
void |
updateNClob(int arg0,
Reader arg1,
long arg2) |
void |
updateNClob(String arg0,
NClob arg1) |
void |
updateNClob(String arg0,
Reader arg1) |
void |
updateNClob(String arg0,
Reader arg1,
long arg2) |
void |
updateNString(int arg0,
String arg1) |
void |
updateNString(String arg0,
String arg1) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnLable) |
void |
updateObject(int columnIndex,
Object object) |
void |
updateObject(int columnIndex,
Object object,
int scaleOrLength) |
void |
updateObject(String columnLable,
Object object) |
void |
updateObject(String columnLable,
Object object,
int scaleOrLength) |
void |
updateRef(int columnIndex,
Ref ref) |
void |
updateRef(String columnLable,
Ref ref) |
void |
updateRow() |
void |
updateRowId(int arg0,
RowId arg1) |
void |
updateRowId(String arg0,
RowId arg1) |
void |
updateShort(int columnIndex,
short shortValue) |
void |
updateShort(String columnLable,
short shortValue) |
void |
updateSQLXML(int arg0,
SQLXML arg1) |
void |
updateSQLXML(String arg0,
SQLXML arg1) |
void |
updateString(int columnIndex,
String stringValue) |
void |
updateString(String columnLable,
String stringValue) |
void |
updateTime(int columnIndex,
Time timeValue) |
void |
updateTime(String columnLable,
Time timeValue) |
void |
updateTimestamp(int columnIndex,
Timestamp timestampValue) |
void |
updateTimestamp(String columnLable,
Timestamp timestampValue) |
boolean |
wasNull() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic ResultSetImpl(StatementImpl statement, ResultSet resultSet)
public Statement getStatement() throws SQLException
getStatement in interface ResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface ResultSetSQLExceptionpublic String getString(String columnLable) throws SQLException
getString in interface ResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString in interface ResultSetSQLExceptionpublic short getShort(String columnLable) throws SQLException
getShort in interface ResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort in interface ResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt in interface ResultSetSQLExceptionpublic int getInt(String columnLable) throws SQLException
getInt in interface ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetSQLExceptionpublic byte[] getBytes(String columnLable) throws SQLException
getBytes in interface ResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes in interface ResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic boolean getBoolean(String columnLable) throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong in interface ResultSetSQLExceptionpublic long getLong(String columnLable) throws SQLException
getLong in interface ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String columnLable) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Ref getRef(String columnLable) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Ref getRef(int columnIndex) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String columnLable, Calendar cal) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String columnLable) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String columnLable, Calendar cal) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String columnLable) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
getDate in interface ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionpublic byte getByte(String columnLable) throws SQLException
getByte in interface ResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte in interface ResultSetSQLExceptionpublic float getFloat(String columnLable) throws SQLException
getFloat in interface ResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat in interface ResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble in interface ResultSetSQLExceptionpublic double getDouble(String columnLable) throws SQLException
getDouble in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLable) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLable) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLable, Calendar cal) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(String columnLable) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(String columnLable) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface ResultSetSQLExceptionpublic int findColumn(String columnLable) throws SQLException
findColumn in interface ResultSetSQLExceptionpublic Reader getCharacterStream(String columnLable) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetSQLExceptionpublic boolean absolute(int columnIndex)
throws SQLException
absolute in interface ResultSetSQLExceptionpublic boolean relative(int columnIndex)
throws SQLException
relative in interface ResultSetSQLExceptionpublic void setFetchDirection(int columnIndex)
throws SQLException
setFetchDirection in interface ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLExceptionpublic void setFetchSize(int columnIndex)
throws SQLException
setFetchSize in interface ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLExceptionpublic void updateNull(int columnIndex)
throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateNull(String columnLable) throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean booleanValue)
throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateBoolean(String columnLable, boolean booleanValue) throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateByte(String columnLable, byte byteValue) throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte byteValue)
throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateShort(int columnIndex,
short shortValue)
throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateShort(String columnLable, short shortValue) throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateInt(int columnIndex,
int intValue)
throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateInt(String columnLable, int intValue) throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateLong(int columnIndex,
long longValue)
throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateLong(String columnLable, long longValue) throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateFloat(String columnLable, float floatValue) throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float floatValue)
throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double doubleValue)
throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateDouble(String columnLable, double doubleValue) throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateBigDecimal(String columnLable, BigDecimal bigDecimalValue) throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal bigDecimalValue)
throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateString(String columnLable, String stringValue) throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateString(int columnIndex,
String stringValue)
throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] byteArrayValues)
throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateBytes(String columnLable, byte[] byteArrayValues) throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date dateValue)
throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateDate(String columnLable, Date dateValue) throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateTime(String columnLable, Time timeValue) throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time timeValue)
throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp timestampValue)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateTimestamp(String columnLable, Timestamp timestampValue) throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLable, InputStream inputStream, int length) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLable, InputStream inputStream, int length) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader reader,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnIndex, Reader reader, int length) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object object)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object object,
int scaleOrLength)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLable, Object object) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLable, Object object, int scaleOrLength) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow in interface ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLExceptionpublic Blob getBlob(int columnIndex) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Blob getBlob(String columnLable) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Clob getClob(String columnLable) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Array getArray(int columnIndex) throws SQLException
getArray in interface ResultSetSQLExceptionpublic Array getArray(String columnLable) throws SQLException
getArray in interface ResultSetSQLExceptionpublic URL getURL(int columnIndex) throws SQLException
getURL in interface ResultSetSQLExceptionpublic URL getURL(String columnLable) throws SQLException
getURL in interface ResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref ref)
throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateRef(String columnLable, Ref ref) throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob blob)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLable, Blob blob) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob clob)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLable, Clob clob) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array array)
throws SQLException
updateArray in interface ResultSetSQLExceptionpublic void updateArray(String columnLable, Array array) throws SQLException
updateArray in interface ResultSetSQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String columnLable, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int bigDecimalValue) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLable, int bigDecimalValue) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(String columnLable) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(int arg0) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(String arg0) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic NClob getNClob(int arg0) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic NClob getNClob(String arg0) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic String getNString(int arg0) throws SQLException
getNString in interface ResultSetSQLExceptionpublic String getNString(String arg0) throws SQLException
getNString in interface ResultSetSQLExceptionpublic RowId getRowId(int arg0) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic RowId getRowId(String arg0) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(int arg0) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(String arg0) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface ResultSetSQLExceptionpublic void updateNClob(int arg0,
NClob arg1)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String arg0, NClob arg1) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNString(int arg0,
String arg1)
throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNString(String arg0, String arg1) throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateRowId(int arg0,
RowId arg1)
throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic void updateRowId(String arg0, RowId arg1) throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic void updateSQLXML(int arg0,
SQLXML arg1)
throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic void updateSQLXML(String arg0, SQLXML arg1) throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic boolean isWrapperFor(Class<?> arg0) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic void updateAsciiStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int arg0,
InputStream arg1)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String arg0, InputStream arg1) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int arg0,
InputStream arg1)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String arg0, InputStream arg1) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBlob(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(int arg0,
InputStream arg1)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String arg0, InputStream arg1, long arg2) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String arg0, InputStream arg1) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int arg0,
Reader arg1)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String arg0, Reader arg1) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(int arg0,
Reader arg1)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String arg0, Reader arg1, long arg2) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String arg0, Reader arg1) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int arg0,
Reader arg1)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String arg0, Reader arg1) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(int arg0,
Reader arg1)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String arg0, Reader arg1, long arg2) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String arg0, Reader arg1) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic <T> T unwrap(Class<T> arg0) throws SQLException
unwrap in interface WrapperSQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject in interface ResultSetSQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.