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