Class SQLResultSetWrapper
- java.lang.Object
-
- es.bsc.dataclay.dbhandler.sql.common.SQLResultSetWrapper
-
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
public class SQLResultSetWrapper extends Object implements ResultSet
-
-
Field Summary
-
Fields inherited from interface java.sql.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 Summary
Constructors Constructor Description SQLResultSetWrapper(ResultSet rs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanabsolute(int arg0)voidafterLast()voidbeforeFirst()voidcancelRowUpdates()voidclearWarnings()voidclose()voiddeleteRow()intfindColumn(String arg0)booleanfirst()ArraygetArray(int i)ArraygetArray(String col)InputStreamgetAsciiStream(int arg0)InputStreamgetAsciiStream(String arg0)BigDecimalgetBigDecimal(int arg0)BigDecimalgetBigDecimal(int arg0, int arg1)BigDecimalgetBigDecimal(String arg0)BigDecimalgetBigDecimal(String arg0, int arg1)InputStreamgetBinaryStream(int arg0)InputStreamgetBinaryStream(String arg0)BlobgetBlob(int arg0)BlobgetBlob(String arg0)booleangetBoolean(int arg0)booleangetBoolean(String arg0)bytegetByte(int arg0)bytegetByte(String arg0)byte[]getBytes(int arg0)byte[]getBytes(String arg0)ReadergetCharacterStream(int arg0)ReadergetCharacterStream(String arg0)ClobgetClob(int arg0)ClobgetClob(String arg0)intgetConcurrency()StringgetCursorName()DategetDate(int arg0)DategetDate(int arg0, Calendar arg1)DategetDate(String arg0)DategetDate(String arg0, Calendar arg1)doublegetDouble(int arg0)doublegetDouble(String arg0)intgetFetchDirection()intgetFetchSize()floatgetFloat(int arg0)floatgetFloat(String arg0)intgetHoldability()intgetInt(int arg0)intgetInt(String arg0)longgetLong(int arg0)longgetLong(String arg0)ResultSetMetaDatagetMetaData()ReadergetNCharacterStream(int arg0)ReadergetNCharacterStream(String arg0)NClobgetNClob(int arg0)NClobgetNClob(String arg0)StringgetNString(int arg0)StringgetNString(String arg0)ObjectgetObject(int col)ObjectgetObject(int arg0, Class arg1)ObjectgetObject(int arg0, Map arg1)ObjectgetObject(String arg0)ObjectgetObject(String arg0, Class arg1)ObjectgetObject(String arg0, Map arg1)RefgetRef(int arg0)RefgetRef(String arg0)intgetRow()RowIdgetRowId(int arg0)RowIdgetRowId(String arg0)shortgetShort(int arg0)shortgetShort(String arg0)SQLXMLgetSQLXML(int arg0)SQLXMLgetSQLXML(String arg0)StatementgetStatement()StringgetString(int arg0)StringgetString(String arg0)TimegetTime(int arg0)TimegetTime(int arg0, Calendar arg1)TimegetTime(String arg0)TimegetTime(String arg0, Calendar arg1)TimestampgetTimestamp(int arg0)TimestampgetTimestamp(int arg0, Calendar arg1)TimestampgetTimestamp(String arg0)TimestampgetTimestamp(String arg0, Calendar arg1)intgetType()InputStreamgetUnicodeStream(int arg0)InputStreamgetUnicodeStream(String arg0)URLgetURL(int arg0)URLgetURL(String arg0)SQLWarninggetWarnings()voidinsertRow()booleanisAfterLast()booleanisBeforeFirst()booleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class arg0)booleanlast()voidmoveToCurrentRow()voidmoveToInsertRow()booleannext()booleanprevious()voidrefreshRow()booleanrelative(int arg0)booleanrowDeleted()booleanrowInserted()booleanrowUpdated()voidsetFetchDirection(int arg0)voidsetFetchSize(int arg0)Objectunwrap(Class arg0)voidupdateArray(int arg0, Array arg1)voidupdateArray(String arg0, Array arg1)voidupdateAsciiStream(int arg0, InputStream arg1)voidupdateAsciiStream(int arg0, InputStream arg1, int arg2)voidupdateAsciiStream(int arg0, InputStream arg1, long arg2)voidupdateAsciiStream(String arg0, InputStream arg1)voidupdateAsciiStream(String arg0, InputStream arg1, int arg2)voidupdateAsciiStream(String arg0, InputStream arg1, long arg2)voidupdateBigDecimal(int arg0, BigDecimal arg1)voidupdateBigDecimal(String arg0, BigDecimal arg1)voidupdateBinaryStream(int arg0, InputStream arg1)voidupdateBinaryStream(int arg0, InputStream arg1, int arg2)voidupdateBinaryStream(int arg0, InputStream arg1, long arg2)voidupdateBinaryStream(String arg0, InputStream arg1)voidupdateBinaryStream(String arg0, InputStream arg1, int arg2)voidupdateBinaryStream(String arg0, InputStream arg1, long arg2)voidupdateBlob(int arg0, InputStream arg1)voidupdateBlob(int arg0, InputStream arg1, long arg2)voidupdateBlob(int arg0, Blob arg1)voidupdateBlob(String arg0, InputStream arg1)voidupdateBlob(String arg0, InputStream arg1, long arg2)voidupdateBlob(String arg0, Blob arg1)voidupdateBoolean(int arg0, boolean arg1)voidupdateBoolean(String arg0, boolean arg1)voidupdateByte(int arg0, byte arg1)voidupdateByte(String arg0, byte arg1)voidupdateBytes(int arg0, byte[] arg1)voidupdateBytes(String arg0, byte[] arg1)voidupdateCharacterStream(int arg0, Reader arg1)voidupdateCharacterStream(int arg0, Reader arg1, int arg2)voidupdateCharacterStream(int arg0, Reader arg1, long arg2)voidupdateCharacterStream(String arg0, Reader arg1)voidupdateCharacterStream(String arg0, Reader arg1, int arg2)voidupdateCharacterStream(String arg0, Reader arg1, long arg2)voidupdateClob(int arg0, Reader arg1)voidupdateClob(int arg0, Reader arg1, long arg2)voidupdateClob(int arg0, Clob arg1)voidupdateClob(String arg0, Reader arg1)voidupdateClob(String arg0, Reader arg1, long arg2)voidupdateClob(String arg0, Clob arg1)voidupdateDate(int arg0, Date arg1)voidupdateDate(String arg0, Date arg1)voidupdateDouble(int arg0, double arg1)voidupdateDouble(String arg0, double arg1)voidupdateFloat(int arg0, float arg1)voidupdateFloat(String arg0, float arg1)voidupdateInt(int arg0, int arg1)voidupdateInt(String arg0, int arg1)voidupdateLong(int arg0, long arg1)voidupdateLong(String arg0, long arg1)voidupdateNCharacterStream(int arg0, Reader arg1)voidupdateNCharacterStream(int arg0, Reader arg1, long arg2)voidupdateNCharacterStream(String arg0, Reader arg1)voidupdateNCharacterStream(String arg0, Reader arg1, long arg2)voidupdateNClob(int arg0, Reader arg1)voidupdateNClob(int arg0, Reader arg1, long arg2)voidupdateNClob(int arg0, NClob arg1)voidupdateNClob(String arg0, Reader arg1)voidupdateNClob(String arg0, Reader arg1, long arg2)voidupdateNClob(String arg0, NClob arg1)voidupdateNString(int arg0, String arg1)voidupdateNString(String arg0, String arg1)voidupdateNull(int arg0)voidupdateNull(String arg0)voidupdateObject(int arg0, Object arg1)voidupdateObject(int arg0, Object arg1, int arg2)voidupdateObject(int arg0, Object arg1, SQLType arg2)voidupdateObject(int arg0, Object arg1, SQLType arg2, int arg3)voidupdateObject(String arg0, Object arg1)voidupdateObject(String arg0, Object arg1, int arg2)voidupdateObject(String arg0, Object arg1, SQLType arg2)voidupdateObject(String arg0, Object arg1, SQLType arg2, int arg3)voidupdateRef(int arg0, Ref arg1)voidupdateRef(String arg0, Ref arg1)voidupdateRow()voidupdateRowId(int arg0, RowId arg1)voidupdateRowId(String arg0, RowId arg1)voidupdateShort(int arg0, short arg1)voidupdateShort(String arg0, short arg1)voidupdateSQLXML(int arg0, SQLXML arg1)voidupdateSQLXML(String arg0, SQLXML arg1)voidupdateString(int arg0, String arg1)voidupdateString(String arg0, String arg1)voidupdateTime(int arg0, Time arg1)voidupdateTime(String arg0, Time arg1)voidupdateTimestamp(int arg0, Timestamp arg1)voidupdateTimestamp(String arg0, Timestamp arg1)booleanwasNull()
-
-
-
Constructor Detail
-
SQLResultSetWrapper
public SQLResultSetWrapper(ResultSet rs)
-
-
Method Detail
-
getObject
public Object getObject(int col) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String arg0) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(int i) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(String col) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getString
public String getString(String arg0) throws SQLException
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getString
public String getString(int arg0) throws SQLException
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(int arg0, Calendar arg1) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(String arg0, Calendar arg1) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(String arg0) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(int arg0) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(int arg0) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(int arg0, Calendar arg1) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(String arg0, Calendar arg1) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(String arg0) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
wasNull
public boolean wasNull() throws SQLException- Specified by:
wasNullin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(int arg0) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(String arg0) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(int arg0, int arg1) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(String arg0, int arg1) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int arg0, Calendar arg1) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String arg0, Calendar arg1) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int arg0) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String arg0) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(String arg0) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(int arg0) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
public InputStream getUnicodeStream(int arg0) throws SQLException
- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
public InputStream getUnicodeStream(String arg0) throws SQLException
- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(String arg0) throws SQLException
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(int arg0) throws SQLException
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getWarnings
public SQLWarning getWarnings() throws SQLException
- Specified by:
getWarningsin interfaceResultSet- Throws:
SQLException
-
clearWarnings
public void clearWarnings() throws SQLException- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException
-
getCursorName
public String getCursorName() throws SQLException
- Specified by:
getCursorNamein interfaceResultSet- Throws:
SQLException
-
getMetaData
public ResultSetMetaData getMetaData() throws SQLException
- Specified by:
getMetaDatain interfaceResultSet- Throws:
SQLException
-
findColumn
public int findColumn(String arg0) throws SQLException
- Specified by:
findColumnin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
public Reader getCharacterStream(String arg0) throws SQLException
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
public Reader getCharacterStream(int arg0) throws SQLException
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
isBeforeFirst
public boolean isBeforeFirst() throws SQLException- Specified by:
isBeforeFirstin interfaceResultSet- Throws:
SQLException
-
isAfterLast
public boolean isAfterLast() throws SQLException- Specified by:
isAfterLastin interfaceResultSet- Throws:
SQLException
-
isFirst
public boolean isFirst() throws SQLException- Specified by:
isFirstin interfaceResultSet- Throws:
SQLException
-
isLast
public boolean isLast() throws SQLException- Specified by:
isLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
public void beforeFirst() throws SQLException- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
afterLast
public void afterLast() throws SQLException- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
last
public boolean last() throws SQLException- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
getRow
public int getRow() throws SQLException- Specified by:
getRowin interfaceResultSet- Throws:
SQLException
-
absolute
public boolean absolute(int arg0) throws SQLException- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
relative
public boolean relative(int arg0) throws SQLException- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
setFetchDirection
public void setFetchDirection(int arg0) throws SQLException- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getFetchDirection
public int getFetchDirection() throws SQLException- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException
-
setFetchSize
public void setFetchSize(int arg0) throws SQLException- Specified by:
setFetchSizein interfaceResultSet- Throws:
SQLException
-
getFetchSize
public int getFetchSize() throws SQLException- Specified by:
getFetchSizein interfaceResultSet- Throws:
SQLException
-
getConcurrency
public int getConcurrency() throws SQLException- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException
-
rowUpdated
public boolean rowUpdated() throws SQLException- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowInserted
public boolean rowInserted() throws SQLException- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
public boolean rowDeleted() throws SQLException- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(String arg0) throws SQLException
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(int arg0) throws SQLException- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(int arg0, boolean arg1) throws SQLException- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(String arg0, boolean arg1) throws SQLException
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(String arg0, byte arg1) throws SQLException
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(int arg0, byte arg1) throws SQLException- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(String arg0, short arg1) throws SQLException
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(int arg0, short arg1) throws SQLException- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(int arg0, int arg1) throws SQLException- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(String arg0, int arg1) throws SQLException
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(String arg0, long arg1) throws SQLException
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(int arg0, long arg1) throws SQLException- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(int arg0, float arg1) throws SQLException- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(String arg0, float arg1) throws SQLException
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(String arg0, double arg1) throws SQLException
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(int arg0, double arg1) throws SQLException- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(String arg0, BigDecimal arg1) throws SQLException
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(int arg0, BigDecimal arg1) throws SQLException- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(int arg0, String arg1) throws SQLException- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(String arg0, String arg1) throws SQLException
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(int arg0, Date arg1) throws SQLException- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(String arg0, Date arg1) throws SQLException
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(int arg0, Time arg1) throws SQLException- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(String arg0, Time arg1) throws SQLException
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(String arg0, Timestamp arg1) throws SQLException
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(int arg0, Timestamp arg1) throws SQLException- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String arg0, InputStream arg1, int arg2) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int arg0, InputStream arg1, long arg2) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String arg0, InputStream arg1) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int arg0, InputStream arg1) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int arg0, InputStream arg1, int arg2) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String arg0, InputStream arg1) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int arg0, InputStream arg1, int arg2) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int arg0, InputStream arg1) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int arg0, InputStream arg1, long arg2) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int arg0, Reader arg1) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int arg0, Reader arg1, int arg2) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String arg0, Reader arg1) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String arg0, Object arg1, int arg2) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String arg0, Object arg1) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int arg0, Object arg1, SQLType arg2) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String arg0, Object arg1, SQLType arg2, int arg3) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int arg0, Object arg1, SQLType arg2, int arg3) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int arg0, Object arg1, int arg2) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String arg0, Object arg1, SQLType arg2) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int arg0, Object arg1) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
insertRow
public void insertRow() throws SQLException- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
updateRow
public void updateRow() throws SQLException- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
deleteRow
public void deleteRow() throws SQLException- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
refreshRow
public void refreshRow() throws SQLException- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
public void cancelRowUpdates() throws SQLException- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
public void moveToInsertRow() throws SQLException- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
public void moveToCurrentRow() throws SQLException- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
getStatement
public Statement getStatement() throws SQLException
- Specified by:
getStatementin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(int arg0) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(String arg0) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(int arg0) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(String arg0) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(String arg0, Ref arg1) throws SQLException
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(int arg0, Ref arg1) throws SQLException- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int arg0, InputStream arg1, long arg2) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String arg0, Blob arg1) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int arg0, Blob arg1) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int arg0, InputStream arg1) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String arg0, InputStream arg1) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String arg0, InputStream arg1, long arg2) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String arg0, Clob arg1) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int arg0, Clob arg1) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int arg0, Reader arg1, long arg2) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int arg0, Reader arg1) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String arg0, Reader arg1) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String arg0, Reader arg1, long arg2) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(int arg0, Array arg1) throws SQLException- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(String arg0, Array arg1) throws SQLException
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
getRowId
public RowId getRowId(int arg0) throws SQLException
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
public RowId getRowId(String arg0) throws SQLException
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(int arg0, RowId arg1) throws SQLException- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(String arg0, RowId arg1) throws SQLException
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
getHoldability
public int getHoldability() throws SQLException- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException
-
isClosed
public boolean isClosed() throws SQLException- Specified by:
isClosedin interfaceResultSet- Throws:
SQLException
-
updateNString
public void updateNString(int arg0, String arg1) throws SQLException- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
public void updateNString(String arg0, String arg1) throws SQLException
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String arg0, NClob arg1) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int arg0, Reader arg1, long arg2) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int arg0, NClob arg1) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String arg0, Reader arg1) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int arg0, Reader arg1) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String arg0, Reader arg1, long arg2) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
public NClob getNClob(String arg0) throws SQLException
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
public NClob getNClob(int arg0) throws SQLException
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getSQLXML
public SQLXML getSQLXML(int arg0) throws SQLException
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
public SQLXML getSQLXML(String arg0) throws SQLException
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(String arg0, SQLXML arg1) throws SQLException
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(int arg0, SQLXML arg1) throws SQLException- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
getNString
public String getNString(String arg0) throws SQLException
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNString
public String getNString(int arg0) throws SQLException
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(int arg0) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(String arg0) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int arg0, Reader arg1, long arg2) throws SQLException- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int arg0, Reader arg1) throws SQLException- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String arg0, Reader arg1) throws SQLException
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(String arg0, byte[] arg1) throws SQLException
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(int arg0, byte[] arg1) throws SQLException- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String arg0, Map arg1) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(int arg0, Class arg1) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(int arg0, Map arg1) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String arg0, Class arg1) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getBoolean
public boolean getBoolean(String arg0) throws SQLException
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getBoolean
public boolean getBoolean(int arg0) throws SQLException- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
public byte getByte(String arg0) throws SQLException
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getByte
public byte getByte(int arg0) throws SQLException- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
public short getShort(String arg0) throws SQLException
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getShort
public short getShort(int arg0) throws SQLException- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getInt
public int getInt(String arg0) throws SQLException
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getInt
public int getInt(int arg0) throws SQLException- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getLong
public long getLong(String arg0) throws SQLException
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getLong
public long getLong(int arg0) throws SQLException- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
public float getFloat(int arg0) throws SQLException- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getFloat
public float getFloat(String arg0) throws SQLException
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
public double getDouble(int arg0) throws SQLException- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getDouble
public double getDouble(String arg0) throws SQLException
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBytes
public byte[] getBytes(String arg0) throws SQLException
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getBytes
public byte[] getBytes(int arg0) throws SQLException- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
next
public boolean next() throws SQLException- Specified by:
nextin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(String arg0) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(int arg0) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
first
public boolean first() throws SQLException- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
close
public void close() throws SQLException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
SQLException
-
getType
public int getType() throws SQLException- Specified by:
getTypein interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(String arg0) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(int arg0) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
previous
public boolean previous() throws SQLException- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class arg0) throws SQLException
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
unwrap
public Object unwrap(Class arg0) throws SQLException
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
-