public class UcanaccessResultSet 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 |
|---|
UcanaccessResultSet(ResultSet _wrapped,
UcanaccessStatement _statement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(String columnLabel) |
boolean |
first() |
Array |
getArray(int idx) |
Array |
getArray(String columnLabel) |
InputStream |
getAsciiStream(int idx) |
InputStream |
getAsciiStream(String columnLabel) |
BigDecimal |
getBigDecimal(int idx) |
BigDecimal |
getBigDecimal(int idx,
int arg1)
Deprecated.
|
BigDecimal |
getBigDecimal(String columnLabel) |
BigDecimal |
getBigDecimal(String columnLabel,
int arg1)
Deprecated.
|
InputStream |
getBinaryStream(int idx) |
InputStream |
getBinaryStream(String columnLabel) |
Blob |
getBlob(int idx) |
Blob |
getBlob(String columnLabel) |
boolean |
getBoolean(int idx) |
boolean |
getBoolean(String columnLabel) |
byte |
getByte(int idx) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int idx) |
byte[] |
getBytes(String columnLabel) |
Reader |
getCharacterStream(int idx) |
Reader |
getCharacterStream(String columnLabel) |
Clob |
getClob(int idx) |
Clob |
getClob(String columnLabel) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int idx) |
Date |
getDate(int idx,
Calendar arg1) |
Date |
getDate(String columnLabel) |
Date |
getDate(String columnLabel,
Calendar arg1) |
double |
getDouble(int idx) |
double |
getDouble(String columnLabel) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int idx) |
float |
getFloat(String columnLabel) |
int |
getHoldability() |
int |
getInt(int idx) |
int |
getInt(String columnLabel) |
long |
getLong(int idx) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
Reader |
getNCharacterStream(int idx) |
Reader |
getNCharacterStream(String columnLabel) |
NClob |
getNClob(int idx) |
NClob |
getNClob(String columnLabel) |
String |
getNString(int idx) |
String |
getNString(String columnLabel) |
Object |
getObject(int idx) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int idx,
Map<String,Class<?>> arg1) |
Object |
getObject(String columnLabel) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> arg1) |
Ref |
getRef(int idx) |
Ref |
getRef(String columnLabel) |
int |
getRow() |
RowId |
getRowId(int idx) |
RowId |
getRowId(String columnLabel) |
short |
getShort(int idx) |
short |
getShort(String columnLabel) |
SQLXML |
getSQLXML(int idx) |
SQLXML |
getSQLXML(String columnLabel) |
Statement |
getStatement() |
String |
getString(int idx) |
String |
getString(String columnLabel) |
Time |
getTime(int idx) |
Time |
getTime(int idx,
Calendar arg1) |
Time |
getTime(String columnLabel) |
Time |
getTime(String columnLabel,
Calendar arg1) |
Timestamp |
getTimestamp(int idx) |
Timestamp |
getTimestamp(int idx,
Calendar arg1) |
Timestamp |
getTimestamp(String columnLabel) |
Timestamp |
getTimestamp(String columnLabel,
Calendar arg1) |
int |
getType() |
InputStream |
getUnicodeStream(int idx)
Deprecated.
|
InputStream |
getUnicodeStream(String columnLabel)
Deprecated.
|
URL |
getURL(int idx) |
URL |
getURL(String cn) |
SQLWarning |
getWarnings() |
ResultSet |
getWrapped() |
UcanaccessStatement |
getWrappedStatement() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int idx) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int idx) |
void |
setFetchSize(int idx) |
<T> T |
unwrap(Class<T> iface) |
void |
updateArray(int idx,
Array arg1) |
void |
updateArray(String columnLabel,
Array arg1) |
void |
updateAsciiStream(int idx,
InputStream arg1) |
void |
updateAsciiStream(int idx,
InputStream arg1,
int arg2) |
void |
updateAsciiStream(int idx,
InputStream arg1,
long arg2) |
void |
updateAsciiStream(String columnLabel,
InputStream arg1) |
void |
updateAsciiStream(String columnLabel,
InputStream arg1,
int arg2) |
void |
updateAsciiStream(String columnLabel,
InputStream arg1,
long arg2) |
void |
updateBigDecimal(int idx,
BigDecimal arg1) |
void |
updateBigDecimal(String columnLabel,
BigDecimal arg1) |
void |
updateBinaryStream(int idx,
InputStream arg1) |
void |
updateBinaryStream(int idx,
InputStream arg1,
int arg2) |
void |
updateBinaryStream(int idx,
InputStream arg1,
long arg2) |
void |
updateBinaryStream(String columnLabel,
InputStream arg1) |
void |
updateBinaryStream(String columnLabel,
InputStream arg1,
int arg2) |
void |
updateBinaryStream(String columnLabel,
InputStream arg1,
long arg2) |
void |
updateBlob(int idx,
Blob arg1) |
void |
updateBlob(int idx,
InputStream arg1) |
void |
updateBlob(int idx,
InputStream arg1,
long arg2) |
void |
updateBlob(String columnLabel,
Blob arg1) |
void |
updateBlob(String columnLabel,
InputStream arg1) |
void |
updateBlob(String columnLabel,
InputStream arg1,
long arg2) |
void |
updateBoolean(int idx,
boolean arg1) |
void |
updateBoolean(String columnLabel,
boolean arg1) |
void |
updateByte(int idx,
byte arg1) |
void |
updateByte(String columnLabel,
byte arg1) |
void |
updateBytes(int idx,
byte[] arg1) |
void |
updateBytes(String columnLabel,
byte[] arg1) |
void |
updateCharacterStream(int idx,
Reader arg1) |
void |
updateCharacterStream(int idx,
Reader arg1,
int arg2) |
void |
updateCharacterStream(int idx,
Reader arg1,
long arg2) |
void |
updateCharacterStream(String columnLabel,
Reader arg1) |
void |
updateCharacterStream(String columnLabel,
Reader arg1,
int arg2) |
void |
updateCharacterStream(String columnLabel,
Reader arg1,
long arg2) |
void |
updateClob(int idx,
Clob arg1) |
void |
updateClob(int idx,
Reader arg1) |
void |
updateClob(int idx,
Reader arg1,
long arg2) |
void |
updateClob(String columnLabel,
Clob arg1) |
void |
updateClob(String columnLabel,
Reader arg1) |
void |
updateClob(String columnLabel,
Reader arg1,
long arg2) |
void |
updateDate(int idx,
Date arg1) |
void |
updateDate(String columnLabel,
Date arg1) |
void |
updateDouble(int idx,
double arg1) |
void |
updateDouble(String columnLabel,
double arg1) |
void |
updateFloat(int idx,
float arg1) |
void |
updateFloat(String columnLabel,
float arg1) |
void |
updateInt(int idx,
int arg1) |
void |
updateInt(String columnLabel,
int arg1) |
void |
updateLong(int idx,
long arg1) |
void |
updateLong(String columnLabel,
long arg1) |
void |
updateNCharacterStream(int idx,
Reader arg1) |
void |
updateNCharacterStream(int idx,
Reader arg1,
long arg2) |
void |
updateNCharacterStream(String columnLabel,
Reader arg1) |
void |
updateNCharacterStream(String columnLabel,
Reader arg1,
long arg2) |
void |
updateNClob(int idx,
NClob arg1) |
void |
updateNClob(int idx,
Reader arg1) |
void |
updateNClob(int idx,
Reader arg1,
long arg2) |
void |
updateNClob(String columnLabel,
NClob arg1) |
void |
updateNClob(String columnLabel,
Reader arg1) |
void |
updateNClob(String columnLabel,
Reader arg1,
long arg2) |
void |
updateNString(int idx,
String arg1) |
void |
updateNString(String columnLabel,
String arg1) |
void |
updateNull(int idx) |
void |
updateNull(String columnLabel) |
void |
updateObject(int idx,
Object arg1) |
void |
updateObject(int idx,
Object arg1,
int arg2) |
void |
updateObject(String columnLabel,
Object arg1) |
void |
updateObject(String columnLabel,
Object arg1,
int arg2) |
void |
updateRef(int idx,
Ref arg1) |
void |
updateRef(String columnLabel,
Ref arg1) |
void |
updateRow() |
void |
updateRowId(int idx,
RowId arg1) |
void |
updateRowId(String columnLabel,
RowId arg1) |
void |
updateShort(int idx,
short arg1) |
void |
updateShort(String columnLabel,
short arg1) |
void |
updateSQLXML(int idx,
SQLXML arg1) |
void |
updateSQLXML(String columnLabel,
SQLXML arg1) |
void |
updateString(int idx,
String arg1) |
void |
updateString(String columnLabel,
String arg1) |
void |
updateTime(int idx,
Time arg1) |
void |
updateTime(String columnLabel,
Time arg1) |
void |
updateTimestamp(int idx,
Timestamp arg1) |
void |
updateTimestamp(String columnLabel,
Timestamp arg1) |
boolean |
wasNull() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic UcanaccessResultSet(ResultSet _wrapped, UcanaccessStatement _statement)
public boolean absolute(int row)
throws SQLException
absolute in interface ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLExceptionpublic int findColumn(String columnLabel) throws SQLException
findColumn in interface ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetSQLExceptionpublic Array getArray(int idx) throws SQLException
getArray in interface ResultSetSQLExceptionpublic Array getArray(String columnLabel) throws SQLException
getArray in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(int idx) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int idx) throws SQLException
getBigDecimal in interface ResultSetSQLException@Deprecated public BigDecimal getBigDecimal(int idx, int arg1) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
getBigDecimal in interface ResultSetSQLException@Deprecated public BigDecimal getBigDecimal(String columnLabel, int arg1) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(int idx) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic Blob getBlob(int idx) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic boolean getBoolean(int idx)
throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic byte getByte(int idx)
throws SQLException
getByte in interface ResultSetSQLExceptionpublic byte getByte(String columnLabel) throws SQLException
getByte in interface ResultSetSQLExceptionpublic byte[] getBytes(int idx)
throws SQLException
getBytes in interface ResultSetSQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
getBytes in interface ResultSetSQLExceptionpublic Reader getCharacterStream(int idx) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Clob getClob(int idx) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
getClob in interface ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetSQLExceptionpublic Date getDate(int idx) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(int idx, Calendar arg1) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String columnLabel) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String columnLabel, Calendar arg1) throws SQLException
getDate in interface ResultSetSQLExceptionpublic double getDouble(int idx)
throws SQLException
getDouble in interface ResultSetSQLExceptionpublic double getDouble(String columnLabel) throws SQLException
getDouble in interface ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLExceptionpublic float getFloat(int idx)
throws SQLException
getFloat in interface ResultSetSQLExceptionpublic float getFloat(String columnLabel) throws SQLException
getFloat in interface ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface ResultSetSQLExceptionpublic int getInt(int idx)
throws SQLException
getInt in interface ResultSetSQLExceptionpublic int getInt(String columnLabel) throws SQLException
getInt in interface ResultSetSQLExceptionpublic long getLong(int idx)
throws SQLException
getLong in interface ResultSetSQLExceptionpublic long getLong(String columnLabel) throws SQLException
getLong in interface ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(int idx) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(String columnLabel) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic NClob getNClob(int idx) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic NClob getNClob(String columnLabel) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic String getNString(int idx) throws SQLException
getNString in interface ResultSetSQLExceptionpublic String getNString(String columnLabel) throws SQLException
getNString in interface ResultSetSQLExceptionpublic Object getObject(int idx) throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(int idx, Map<String,Class<?>> arg1) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String columnLabel) throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> arg1) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Ref getRef(int idx) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Ref getRef(String columnLabel) throws SQLException
getRef in interface ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetSQLExceptionpublic RowId getRowId(int idx) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic RowId getRowId(String columnLabel) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic short getShort(int idx)
throws SQLException
getShort in interface ResultSetSQLExceptionpublic short getShort(String columnLabel) throws SQLException
getShort in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(int idx) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement in interface ResultSetSQLExceptionpublic String getString(int idx) throws SQLException
getString in interface ResultSetSQLExceptionpublic String getString(String columnLabel) throws SQLException
getString in interface ResultSetSQLExceptionpublic Time getTime(int idx) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(int idx, Calendar arg1) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String columnLabel) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String columnLabel, Calendar arg1) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int idx) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int idx, Calendar arg1) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar arg1) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetSQLException@Deprecated public InputStream getUnicodeStream(int idx) throws SQLException
getUnicodeStream in interface ResultSetSQLException@Deprecated public InputStream getUnicodeStream(String columnLabel) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic URL getURL(int idx) throws SQLException
getURL in interface ResultSetSQLExceptionpublic URL getURL(String cn) throws SQLException
getURL in interface ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetSQLExceptionpublic ResultSet getWrapped()
public UcanaccessStatement getWrappedStatement()
public void insertRow()
throws SQLException
insertRow in interface ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLExceptionpublic boolean relative(int idx)
throws SQLException
relative in interface ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLExceptionpublic void setFetchDirection(int idx)
throws SQLException
setFetchDirection in interface ResultSetSQLExceptionpublic void setFetchSize(int idx)
throws SQLException
setFetchSize in interface ResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic void updateArray(int idx,
Array arg1)
throws SQLException
updateArray in interface ResultSetSQLExceptionpublic void updateArray(String columnLabel, Array arg1) throws SQLException
updateArray in interface ResultSetSQLExceptionpublic void updateAsciiStream(int idx,
InputStream arg1)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int idx,
InputStream arg1,
int arg2)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int idx,
InputStream arg1,
long arg2)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream arg1) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream arg1, int arg2) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream arg1, long arg2) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBigDecimal(int idx,
BigDecimal arg1)
throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal arg1) throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateBinaryStream(int idx,
InputStream arg1)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int idx,
InputStream arg1,
int arg2)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int idx,
InputStream arg1,
long arg2)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream arg1) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream arg1, int arg2) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream arg1, long arg2) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateBlob(int idx,
Blob arg1)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(int idx,
InputStream arg1)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(int idx,
InputStream arg1,
long arg2)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLabel, Blob arg1) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream arg1) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream arg1, long arg2) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBoolean(int idx,
boolean arg1)
throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean arg1) throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateByte(int idx,
byte arg1)
throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateByte(String columnLabel, byte arg1) throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateBytes(int idx,
byte[] arg1)
throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] arg1) throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateCharacterStream(int idx,
Reader arg1)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int idx,
Reader arg1,
int arg2)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int idx,
Reader arg1,
long arg2)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader arg1) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader arg1, int arg2) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader arg1, long arg2) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateClob(int idx,
Clob arg1)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(int idx,
Reader arg1)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(int idx,
Reader arg1,
long arg2)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLabel, Clob arg1) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader arg1) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader arg1, long arg2) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateDate(int idx,
Date arg1)
throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateDate(String columnLabel, Date arg1) throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateDouble(int idx,
double arg1)
throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateDouble(String columnLabel, double arg1) throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateFloat(int idx,
float arg1)
throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateFloat(String columnLabel, float arg1) throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateInt(int idx,
int arg1)
throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateInt(String columnLabel, int arg1) throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateLong(int idx,
long arg1)
throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateLong(String columnLabel, long arg1) throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int idx,
Reader arg1)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int idx,
Reader arg1,
long arg2)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader arg1) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader arg1, long arg2) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNClob(int idx,
NClob arg1)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(int idx,
Reader arg1)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(int idx,
Reader arg1,
long arg2)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String columnLabel, NClob arg1) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader arg1) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader arg1, long arg2) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNString(int idx,
String arg1)
throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNString(String columnLabel, String arg1) throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNull(int idx)
throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateNull(String columnLabel) throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateObject(int idx,
Object arg1)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int idx,
Object arg1,
int arg2)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object arg1) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object arg1, int arg2) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateRef(int idx,
Ref arg1)
throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateRef(String columnLabel, Ref arg1) throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetSQLExceptionpublic void updateRowId(int idx,
RowId arg1)
throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic void updateRowId(String columnLabel, RowId arg1) throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic void updateShort(int idx,
short arg1)
throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateShort(String columnLabel, short arg1) throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateSQLXML(int idx,
SQLXML arg1)
throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic void updateSQLXML(String columnLabel, SQLXML arg1) throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic void updateString(int idx,
String arg1)
throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateString(String columnLabel, String arg1) throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateTime(int idx,
Time arg1)
throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTime(String columnLabel, Time arg1) throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTimestamp(int idx,
Timestamp arg1)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp arg1) throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.