public class ThinResultSet 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 |
---|
ThinResultSet(ThinStatement statement,
String urlString,
String username,
String password,
String sql) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int rowNr) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancel() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(String column) |
boolean |
first() |
Array |
getArray(int arg0) |
Array |
getArray(String arg0) |
InputStream |
getAsciiStream(int arg0) |
InputStream |
getAsciiStream(String arg0) |
BigDecimal |
getBigDecimal(int index) |
BigDecimal |
getBigDecimal(int index,
int arg1)
Deprecated.
|
BigDecimal |
getBigDecimal(String columnName) |
BigDecimal |
getBigDecimal(String columnName,
int arg1)
Deprecated.
|
InputStream |
getBinaryStream(int arg0) |
InputStream |
getBinaryStream(String arg0) |
Blob |
getBlob(int index) |
Blob |
getBlob(String arg0) |
boolean |
getBoolean(int index) |
boolean |
getBoolean(String columnName) |
byte |
getByte(int index) |
byte |
getByte(String columnName) |
byte[] |
getBytes(int index) |
byte[] |
getBytes(String columnName) |
Reader |
getCharacterStream(int arg0) |
Reader |
getCharacterStream(String arg0) |
Clob |
getClob(int arg0) |
Clob |
getClob(String arg0) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int index) |
Date |
getDate(int index,
Calendar calendar) |
Date |
getDate(String columnName) |
Date |
getDate(String columnName,
Calendar calendar) |
double |
getDouble(int index) |
double |
getDouble(String columnName) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int index) |
float |
getFloat(String columnName) |
int |
getHoldability() |
int |
getInt(int index) |
int |
getInt(String columnName) |
long |
getLong(int index) |
long |
getLong(String columnName) |
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 index) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int index,
Map<String,Class<?>> arg1) |
Object |
getObject(String columnName) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String columnName,
Map<String,Class<?>> arg1) |
Ref |
getRef(int arg0) |
Ref |
getRef(String arg0) |
int |
getRow() |
RowId |
getRowId(int arg0) |
RowId |
getRowId(String arg0) |
String |
getServiceName() |
String |
getServiceObjectId() |
String |
getServiceTransName() |
short |
getShort(int index) |
short |
getShort(String columnName) |
String |
getSqlObjectId() |
String |
getSqlTransName() |
SQLXML |
getSQLXML(int arg0) |
SQLXML |
getSQLXML(String arg0) |
Statement |
getStatement() |
String |
getString(int index) |
String |
getString(String columnName) |
Time |
getTime(int arg0) |
Time |
getTime(int arg0,
Calendar arg1) |
Time |
getTime(String arg0) |
Time |
getTime(String arg0,
Calendar arg1) |
Timestamp |
getTimestamp(int index) |
Timestamp |
getTimestamp(int index,
Calendar arg1) |
Timestamp |
getTimestamp(String columnName) |
Timestamp |
getTimestamp(String columnName,
Calendar arg1) |
int |
getType() |
InputStream |
getUnicodeStream(int arg0)
Deprecated.
|
InputStream |
getUnicodeStream(String arg0)
Deprecated.
|
URL |
getURL(int arg0) |
URL |
getURL(String arg0) |
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 rowNumber) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int direction) |
<T> T |
unwrap(Class<T> arg0) |
void |
updateArray(int arg0,
Array arg1) |
void |
updateArray(String arg0,
Array arg1) |
void |
updateAsciiStream(int arg0,
InputStream arg1) |
void |
updateAsciiStream(int arg0,
InputStream arg1,
int arg2) |
void |
updateAsciiStream(int arg0,
InputStream arg1,
long arg2) |
void |
updateAsciiStream(String arg0,
InputStream arg1) |
void |
updateAsciiStream(String arg0,
InputStream arg1,
int arg2) |
void |
updateAsciiStream(String arg0,
InputStream arg1,
long arg2) |
void |
updateBigDecimal(int arg0,
BigDecimal arg1) |
void |
updateBigDecimal(String arg0,
BigDecimal arg1) |
void |
updateBinaryStream(int arg0,
InputStream arg1) |
void |
updateBinaryStream(int arg0,
InputStream arg1,
int arg2) |
void |
updateBinaryStream(int arg0,
InputStream arg1,
long arg2) |
void |
updateBinaryStream(String arg0,
InputStream arg1) |
void |
updateBinaryStream(String arg0,
InputStream arg1,
int arg2) |
void |
updateBinaryStream(String arg0,
InputStream arg1,
long arg2) |
void |
updateBlob(int arg0,
Blob arg1) |
void |
updateBlob(int arg0,
InputStream arg1) |
void |
updateBlob(int arg0,
InputStream arg1,
long arg2) |
void |
updateBlob(String arg0,
Blob arg1) |
void |
updateBlob(String arg0,
InputStream arg1) |
void |
updateBlob(String arg0,
InputStream arg1,
long arg2) |
void |
updateBoolean(int arg0,
boolean arg1) |
void |
updateBoolean(String arg0,
boolean arg1) |
void |
updateByte(int arg0,
byte arg1) |
void |
updateByte(String arg0,
byte arg1) |
void |
updateBytes(int arg0,
byte[] arg1) |
void |
updateBytes(String arg0,
byte[] arg1) |
void |
updateCharacterStream(int arg0,
Reader arg1) |
void |
updateCharacterStream(int arg0,
Reader arg1,
int arg2) |
void |
updateCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
updateCharacterStream(String arg0,
Reader arg1) |
void |
updateCharacterStream(String arg0,
Reader arg1,
int arg2) |
void |
updateCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
updateClob(int arg0,
Clob arg1) |
void |
updateClob(int arg0,
Reader arg1) |
void |
updateClob(int arg0,
Reader arg1,
long arg2) |
void |
updateClob(String arg0,
Clob arg1) |
void |
updateClob(String arg0,
Reader arg1) |
void |
updateClob(String arg0,
Reader arg1,
long arg2) |
void |
updateDate(int arg0,
Date arg1) |
void |
updateDate(String arg0,
Date arg1) |
void |
updateDouble(int arg0,
double arg1) |
void |
updateDouble(String arg0,
double arg1) |
void |
updateFloat(int arg0,
float arg1) |
void |
updateFloat(String arg0,
float arg1) |
void |
updateInt(int arg0,
int arg1) |
void |
updateInt(String arg0,
int arg1) |
void |
updateLong(int arg0,
long arg1) |
void |
updateLong(String arg0,
long arg1) |
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 arg0) |
void |
updateNull(String arg0) |
void |
updateObject(int arg0,
Object arg1) |
void |
updateObject(int arg0,
Object arg1,
int arg2) |
void |
updateObject(String arg0,
Object arg1) |
void |
updateObject(String arg0,
Object arg1,
int arg2) |
void |
updateRef(int arg0,
Ref arg1) |
void |
updateRef(String arg0,
Ref arg1) |
void |
updateRow() |
void |
updateRowId(int arg0,
RowId arg1) |
void |
updateRowId(String arg0,
RowId arg1) |
void |
updateShort(int arg0,
short arg1) |
void |
updateShort(String arg0,
short arg1) |
void |
updateSQLXML(int arg0,
SQLXML arg1) |
void |
updateSQLXML(String arg0,
SQLXML arg1) |
void |
updateString(int arg0,
String arg1) |
void |
updateString(String arg0,
String arg1) |
void |
updateTime(int arg0,
Time arg1) |
void |
updateTime(String arg0,
Time arg1) |
void |
updateTimestamp(int arg0,
Timestamp arg1) |
void |
updateTimestamp(String arg0,
Timestamp arg1) |
boolean |
wasNull() |
public ThinResultSet(ThinStatement statement, String urlString, String username, String password, String sql) throws SQLException
SQLException
public void cancel() throws SQLException
SQLException
public boolean absolute(int rowNr) 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 column) throws SQLException
findColumn
in interface ResultSet
SQLException
public boolean first() throws SQLException
first
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 int getFetchDirection() throws SQLException
getFetchDirection
in interface ResultSet
SQLException
public int getFetchSize() throws SQLException
getFetchSize
in interface ResultSet
SQLException
public int getHoldability() throws SQLException
getHoldability
in interface ResultSet
SQLException
public ResultSetMetaData getMetaData() throws SQLException
getMetaData
in interface ResultSet
SQLException
public int getRow() throws SQLException
getRow
in interface ResultSet
SQLException
public Statement getStatement() throws SQLException
getStatement
in interface ResultSet
SQLException
public int getType() throws SQLException
getType
in interface ResultSet
SQLException
public SQLWarning getWarnings() throws SQLException
getWarnings
in interface ResultSet
SQLException
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 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 rowNumber) 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 direction) throws SQLException
setFetchDirection
in interface ResultSet
SQLException
public void setFetchSize(int direction) throws SQLException
setFetchSize
in interface ResultSet
SQLException
public boolean wasNull() throws SQLException
wasNull
in interface ResultSet
SQLException
public Date getDate(int index) throws SQLException
getDate
in interface ResultSet
SQLException
public Date getDate(String columnName) throws SQLException
getDate
in interface ResultSet
SQLException
public Date getDate(int index, Calendar calendar) throws SQLException
getDate
in interface ResultSet
SQLException
public Date getDate(String columnName, Calendar calendar) throws SQLException
getDate
in interface ResultSet
SQLException
public double getDouble(int index) throws SQLException
getDouble
in interface ResultSet
SQLException
public double getDouble(String columnName) throws SQLException
getDouble
in interface ResultSet
SQLException
public Array getArray(int arg0) throws SQLException
getArray
in interface ResultSet
SQLException
public Array getArray(String arg0) throws SQLException
getArray
in interface ResultSet
SQLException
public InputStream getAsciiStream(int arg0) throws SQLException
getAsciiStream
in interface ResultSet
SQLException
public InputStream getAsciiStream(String arg0) throws SQLException
getAsciiStream
in interface ResultSet
SQLException
public BigDecimal getBigDecimal(int index) throws SQLException
getBigDecimal
in interface ResultSet
SQLException
public BigDecimal getBigDecimal(String columnName) throws SQLException
getBigDecimal
in interface ResultSet
SQLException
@Deprecated public BigDecimal getBigDecimal(int index, int arg1) throws SQLException
getBigDecimal
in interface ResultSet
SQLException
@Deprecated public BigDecimal getBigDecimal(String columnName, int arg1) throws SQLException
getBigDecimal
in interface ResultSet
SQLException
public InputStream getBinaryStream(int arg0) throws SQLException
getBinaryStream
in interface ResultSet
SQLException
public InputStream getBinaryStream(String arg0) throws SQLException
getBinaryStream
in interface ResultSet
SQLException
public Blob getBlob(int index) throws SQLException
getBlob
in interface ResultSet
SQLException
public Blob getBlob(String arg0) throws SQLException
getBlob
in interface ResultSet
SQLException
public boolean getBoolean(int index) throws SQLException
getBoolean
in interface ResultSet
SQLException
public boolean getBoolean(String columnName) throws SQLException
getBoolean
in interface ResultSet
SQLException
public byte getByte(int index) throws SQLException
getByte
in interface ResultSet
SQLException
public byte getByte(String columnName) throws SQLException
getByte
in interface ResultSet
SQLException
public byte[] getBytes(int index) throws SQLException
getBytes
in interface ResultSet
SQLException
public byte[] getBytes(String columnName) throws SQLException
getBytes
in interface ResultSet
SQLException
public Reader getCharacterStream(int arg0) throws SQLException
getCharacterStream
in interface ResultSet
SQLException
public Reader getCharacterStream(String arg0) throws SQLException
getCharacterStream
in interface ResultSet
SQLException
public Clob getClob(int arg0) throws SQLException
getClob
in interface ResultSet
SQLException
public Clob getClob(String arg0) throws SQLException
getClob
in interface ResultSet
SQLException
public float getFloat(int index) throws SQLException
getFloat
in interface ResultSet
SQLException
public float getFloat(String columnName) throws SQLException
getFloat
in interface ResultSet
SQLException
public int getInt(int index) throws SQLException
getInt
in interface ResultSet
SQLException
public int getInt(String columnName) throws SQLException
getInt
in interface ResultSet
SQLException
public long getLong(int index) throws SQLException
getLong
in interface ResultSet
SQLException
public long getLong(String columnName) throws SQLException
getLong
in interface ResultSet
SQLException
public Reader getNCharacterStream(int arg0) throws SQLException
getNCharacterStream
in interface ResultSet
SQLException
public Reader getNCharacterStream(String arg0) throws SQLException
getNCharacterStream
in interface ResultSet
SQLException
public NClob getNClob(int arg0) throws SQLException
getNClob
in interface ResultSet
SQLException
public NClob getNClob(String arg0) throws SQLException
getNClob
in interface ResultSet
SQLException
public String getNString(int arg0) throws SQLException
getNString
in interface ResultSet
SQLException
public String getNString(String arg0) throws SQLException
getNString
in interface ResultSet
SQLException
public Object getObject(int index) throws SQLException
getObject
in interface ResultSet
SQLException
public Object getObject(String columnName) throws SQLException
getObject
in interface ResultSet
SQLException
public Object getObject(int index, Map<String,Class<?>> arg1) throws SQLException
getObject
in interface ResultSet
SQLException
public Object getObject(String columnName, Map<String,Class<?>> arg1) throws SQLException
getObject
in interface ResultSet
SQLException
public Ref getRef(int arg0) throws SQLException
getRef
in interface ResultSet
SQLException
public Ref getRef(String arg0) throws SQLException
getRef
in interface ResultSet
SQLException
public RowId getRowId(int arg0) throws SQLException
getRowId
in interface ResultSet
SQLException
public RowId getRowId(String arg0) throws SQLException
getRowId
in interface ResultSet
SQLException
public SQLXML getSQLXML(int arg0) throws SQLException
getSQLXML
in interface ResultSet
SQLException
public SQLXML getSQLXML(String arg0) throws SQLException
getSQLXML
in interface ResultSet
SQLException
public short getShort(int index) throws SQLException
getShort
in interface ResultSet
SQLException
public short getShort(String columnName) throws SQLException
getShort
in interface ResultSet
SQLException
public String getString(int index) throws SQLException
getString
in interface ResultSet
SQLException
public String getString(String columnName) throws SQLException
getString
in interface ResultSet
SQLException
public Time getTime(int arg0) throws SQLException
getTime
in interface ResultSet
SQLException
public Time getTime(String arg0) throws SQLException
getTime
in interface ResultSet
SQLException
public Time getTime(int arg0, Calendar arg1) throws SQLException
getTime
in interface ResultSet
SQLException
public Time getTime(String arg0, Calendar arg1) throws SQLException
getTime
in interface ResultSet
SQLException
public Timestamp getTimestamp(int index) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public Timestamp getTimestamp(String columnName) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public Timestamp getTimestamp(int index, Calendar arg1) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public Timestamp getTimestamp(String columnName, Calendar arg1) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public URL getURL(int arg0) throws SQLException
getURL
in interface ResultSet
SQLException
public URL getURL(String arg0) throws SQLException
getURL
in interface ResultSet
SQLException
@Deprecated public InputStream getUnicodeStream(int arg0) throws SQLException
getUnicodeStream
in interface ResultSet
SQLException
@Deprecated public InputStream getUnicodeStream(String arg0) throws SQLException
getUnicodeStream
in interface ResultSet
SQLException
public void updateArray(int arg0, Array arg1) throws SQLException
updateArray
in interface ResultSet
SQLException
public void updateArray(String arg0, Array arg1) throws SQLException
updateArray
in interface ResultSet
SQLException
public void updateAsciiStream(int arg0, InputStream arg1) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateAsciiStream(String arg0, InputStream arg1) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateAsciiStream(int arg0, InputStream arg1, int arg2) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateAsciiStream(String arg0, InputStream arg1, int arg2) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateAsciiStream(int arg0, InputStream arg1, long arg2) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateBigDecimal(int arg0, BigDecimal arg1) throws SQLException
updateBigDecimal
in interface ResultSet
SQLException
public void updateBigDecimal(String arg0, BigDecimal arg1) throws SQLException
updateBigDecimal
in interface ResultSet
SQLException
public void updateBinaryStream(int arg0, InputStream arg1) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBinaryStream(String arg0, InputStream arg1) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBinaryStream(int arg0, InputStream arg1, int arg2) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBinaryStream(int arg0, InputStream arg1, long arg2) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBlob(int arg0, Blob arg1) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBlob(String arg0, Blob arg1) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBlob(int arg0, InputStream arg1) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBlob(String arg0, InputStream arg1) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBlob(int arg0, InputStream arg1, long arg2) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBlob(String arg0, InputStream arg1, long arg2) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBoolean(int arg0, boolean arg1) throws SQLException
updateBoolean
in interface ResultSet
SQLException
public void updateBoolean(String arg0, boolean arg1) throws SQLException
updateBoolean
in interface ResultSet
SQLException
public void updateByte(int arg0, byte arg1) throws SQLException
updateByte
in interface ResultSet
SQLException
public void updateByte(String arg0, byte arg1) throws SQLException
updateByte
in interface ResultSet
SQLException
public void updateBytes(int arg0, byte[] arg1) throws SQLException
updateBytes
in interface ResultSet
SQLException
public void updateBytes(String arg0, byte[] arg1) throws SQLException
updateBytes
in interface ResultSet
SQLException
public void updateCharacterStream(int arg0, Reader arg1) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateCharacterStream(String arg0, Reader arg1) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateCharacterStream(int arg0, Reader arg1, int arg2) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateClob(int arg0, Clob arg1) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateClob(String arg0, Clob arg1) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateClob(int arg0, Reader arg1) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateClob(String arg0, Reader arg1) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateClob(int arg0, Reader arg1, long arg2) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateClob(String arg0, Reader arg1, long arg2) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateDate(int arg0, Date arg1) throws SQLException
updateDate
in interface ResultSet
SQLException
public void updateDate(String arg0, Date arg1) throws SQLException
updateDate
in interface ResultSet
SQLException
public void updateDouble(int arg0, double arg1) throws SQLException
updateDouble
in interface ResultSet
SQLException
public void updateDouble(String arg0, double arg1) throws SQLException
updateDouble
in interface ResultSet
SQLException
public void updateFloat(int arg0, float arg1) throws SQLException
updateFloat
in interface ResultSet
SQLException
public void updateFloat(String arg0, float arg1) throws SQLException
updateFloat
in interface ResultSet
SQLException
public void updateInt(int arg0, int arg1) throws SQLException
updateInt
in interface ResultSet
SQLException
public void updateInt(String arg0, int arg1) throws SQLException
updateInt
in interface ResultSet
SQLException
public void updateLong(int arg0, long arg1) throws SQLException
updateLong
in interface ResultSet
SQLException
public void updateLong(String arg0, long arg1) throws SQLException
updateLong
in interface ResultSet
SQLException
public void updateNCharacterStream(int arg0, Reader arg1) throws SQLException
updateNCharacterStream
in interface ResultSet
SQLException
public void updateNCharacterStream(String arg0, Reader arg1) throws SQLException
updateNCharacterStream
in interface ResultSet
SQLException
public void updateNCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException
updateNCharacterStream
in interface ResultSet
SQLException
public void updateNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
updateNCharacterStream
in interface ResultSet
SQLException
public void updateNClob(int arg0, NClob arg1) throws SQLException
updateNClob
in interface ResultSet
SQLException
public void updateNClob(String arg0, NClob arg1) throws SQLException
updateNClob
in interface ResultSet
SQLException
public void updateNClob(int arg0, Reader arg1) throws SQLException
updateNClob
in interface ResultSet
SQLException
public void updateNClob(String arg0, Reader arg1) throws SQLException
updateNClob
in interface ResultSet
SQLException
public void updateNClob(int arg0, Reader arg1, long arg2) throws SQLException
updateNClob
in interface ResultSet
SQLException
public void updateNClob(String arg0, Reader arg1, long arg2) throws SQLException
updateNClob
in interface ResultSet
SQLException
public void updateNString(int arg0, String arg1) throws SQLException
updateNString
in interface ResultSet
SQLException
public void updateNString(String arg0, String arg1) throws SQLException
updateNString
in interface ResultSet
SQLException
public void updateNull(int arg0) throws SQLException
updateNull
in interface ResultSet
SQLException
public void updateNull(String arg0) throws SQLException
updateNull
in interface ResultSet
SQLException
public void updateObject(int arg0, Object arg1) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateObject(String arg0, Object arg1) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateObject(int arg0, Object arg1, int arg2) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateObject(String arg0, Object arg1, int arg2) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateRef(int arg0, Ref arg1) throws SQLException
updateRef
in interface ResultSet
SQLException
public void updateRef(String arg0, Ref arg1) throws SQLException
updateRef
in interface ResultSet
SQLException
public void updateRow() throws SQLException
updateRow
in interface ResultSet
SQLException
public void updateRowId(int arg0, RowId arg1) throws SQLException
updateRowId
in interface ResultSet
SQLException
public void updateRowId(String arg0, RowId arg1) throws SQLException
updateRowId
in interface ResultSet
SQLException
public void updateSQLXML(int arg0, SQLXML arg1) throws SQLException
updateSQLXML
in interface ResultSet
SQLException
public void updateSQLXML(String arg0, SQLXML arg1) throws SQLException
updateSQLXML
in interface ResultSet
SQLException
public void updateShort(int arg0, short arg1) throws SQLException
updateShort
in interface ResultSet
SQLException
public void updateShort(String arg0, short arg1) throws SQLException
updateShort
in interface ResultSet
SQLException
public void updateString(int arg0, String arg1) throws SQLException
updateString
in interface ResultSet
SQLException
public void updateString(String arg0, String arg1) throws SQLException
updateString
in interface ResultSet
SQLException
public void updateTime(int arg0, Time arg1) throws SQLException
updateTime
in interface ResultSet
SQLException
public void updateTime(String arg0, Time arg1) throws SQLException
updateTime
in interface ResultSet
SQLException
public void updateTimestamp(int arg0, Timestamp arg1) throws SQLException
updateTimestamp
in interface ResultSet
SQLException
public void updateTimestamp(String arg0, Timestamp arg1) throws SQLException
updateTimestamp
in interface ResultSet
SQLException
public boolean isWrapperFor(Class<?> arg0) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
public <T> T unwrap(Class<T> arg0) throws SQLException
unwrap
in interface Wrapper
SQLException
public String getServiceName()
public String getServiceTransName()
public String getServiceObjectId()
public String getSqlTransName()
public String getSqlObjectId()
public <T> T getObject(int columnIndex, Class<T> type) throws SQLException
getObject
in interface ResultSet
SQLException
public <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject
in interface ResultSet
SQLException