Class StasiResultSet
java.lang.Object
clazzfish.jdbc.internal.StasiResultSet
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
A simple wrapper for
ResultSet to be able to find resource problems
while iterating through a ResultSet.
Why the name "Stasi..."? The Stasi was the official state security service of
Eastern Germany which controls the people (like NSA in the U.S. or KGB in
Russia, see also Wikipedia).
The StasiResultSet controls the embedded ResultSet - therefore the
name.
- Since:
- 0.9
- Author:
- oliver
-
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
ConstructorsConstructorDescriptionInstantiates a new StasiResultSet as a wrapper aroud the given ResultSet. -
Method Summary
Modifier and TypeMethodDescriptionbooleanabsolute(int arg0) Absolute.voidAfter last.voidBefore first.voidCancel row updates.voidClear warnings.voidclose()Close.voidDelete row.intfindColumn(String arg0) Find column.booleanfirst()First.getArray(int arg0) Gets the array.Gets the array.getAsciiStream(int arg0) Gets the ascii stream.getAsciiStream(String arg0) Gets the ascii stream.getBigDecimal(int arg0) Gets the big decimal.getBigDecimal(int arg0, int arg1) Deprecated.getBigDecimal(String arg0) Gets the big decimal.getBigDecimal(String arg0, int arg1) Deprecated.getBinaryStream(int arg0) Gets the binary stream.getBinaryStream(String arg0) Gets the binary stream.getBlob(int arg0) Gets the blob.Gets the blob.booleangetBoolean(int arg0) Gets the boolean.booleangetBoolean(String arg0) Gets the boolean.bytegetByte(int arg0) Gets the byte.byteGets the byte.byte[]getBytes(int arg0) Gets the bytes.byte[]Gets the bytes.getCharacterStream(int arg0) Gets the character stream.getCharacterStream(String arg0) Gets the character stream.getClob(int arg0) Gets the clob.Gets the clob.intGets the concurrency.Gets the cursor name.getDate(int arg0) Gets the date.Gets the date.Gets the date.Gets the date.doublegetDouble(int arg0) Gets the double.doubleGets the double.intGets the fetch direction.intGets the fetch size.floatgetFloat(int arg0) Gets the float.floatGets the float.intGets the holdability.intgetInt(int arg0) Gets the int.intGets the int.longgetLong(int arg0) Gets the long.longGets the long.Gets the meta data.getNCharacterStream(int arg0) Gets the n character stream.getNCharacterStream(String arg0) Gets the n character stream.getNClob(int arg0) Gets the n clob.Gets the n clob.getNString(int arg0) Gets the n string.getNString(String arg0) Gets the n string.getObject(int arg0) Gets the object.<T> TGets the object.Gets the object.Gets the object.<T> TGets the object.Gets the object.getRef(int arg0) Gets the ref.Gets the ref.intgetRow()Gets the row.getRowId(int arg0) Gets the row id.Gets the row id.shortgetShort(int arg0) Gets the short.shortGets the short.getSQLXML(int arg0) Gets the sqlxml.Gets the sqlxml.Gets the statement.getString(int arg0) Gets the string.Gets the string.getTime(int arg0) Gets the time.Gets the time.Gets the time.Gets the time.getTimestamp(int arg0) Gets the timestamp.getTimestamp(int arg0, Calendar arg1) Gets the timestamp.getTimestamp(String arg0) Gets the timestamp.getTimestamp(String arg0, Calendar arg1) Gets the timestamp.intgetType()Gets the type.getUnicodeStream(int arg0) Deprecated.use normal encodinggetUnicodeStream(String arg0) Deprecated.use normal encodinggetURL(int arg0) Gets the url.Gets the url.Gets the warnings.In some cicrumstances you may want to acces the originalResultSetdirectly.voidInsert row.booleanChecks if is after last.booleanChecks if is before first.booleanisClosed()Checks if is closed.booleanisFirst()Checks if is first.booleanisLast()Checks if is last.booleanisWrapperFor(Class<?> arg0) Checks if is wrapper for.booleanlast()Last.voidMove to current row.voidMove to insert row.booleannext()Next.booleanprevious()Previous.voidRefresh row.booleanrelative(int arg0) Relative.booleanRow deleted.booleanRow inserted.booleanRow updated.voidsetFetchDirection(int arg0) Sets the fetch direction.voidsetFetchSize(int arg0) Sets the fetch size.toString()A toString implementation which supports debuggings and logging.<T> TUnwrap.voidupdateArray(int arg0, Array arg1) Update array.voidupdateArray(String arg0, Array arg1) Update array.voidupdateAsciiStream(int arg0, InputStream arg1) Update ascii stream.voidupdateAsciiStream(int arg0, InputStream arg1, int arg2) Update ascii stream.voidupdateAsciiStream(int arg0, InputStream arg1, long arg2) Update ascii stream.voidupdateAsciiStream(String arg0, InputStream arg1) Update ascii stream.voidupdateAsciiStream(String arg0, InputStream arg1, int arg2) Update ascii stream.voidupdateAsciiStream(String arg0, InputStream arg1, long arg2) Update ascii stream.voidupdateBigDecimal(int arg0, BigDecimal arg1) Update big decimal.voidupdateBigDecimal(String arg0, BigDecimal arg1) Update big decimal.voidupdateBinaryStream(int arg0, InputStream arg1) Update binary stream.voidupdateBinaryStream(int arg0, InputStream arg1, int arg2) Update binary stream.voidupdateBinaryStream(int arg0, InputStream arg1, long arg2) Update binary stream.voidupdateBinaryStream(String arg0, InputStream arg1) Update binary stream.voidupdateBinaryStream(String arg0, InputStream arg1, int arg2) Update binary stream.voidupdateBinaryStream(String arg0, InputStream arg1, long arg2) Update binary stream.voidupdateBlob(int arg0, InputStream arg1) Update blob.voidupdateBlob(int arg0, InputStream arg1, long arg2) Update blob.voidupdateBlob(int arg0, Blob arg1) Update blob.voidupdateBlob(String arg0, InputStream arg1) Update blob.voidupdateBlob(String arg0, InputStream arg1, long arg2) Update blob.voidupdateBlob(String arg0, Blob arg1) Update blob.voidupdateBoolean(int arg0, boolean arg1) Update boolean.voidupdateBoolean(String arg0, boolean arg1) Update boolean.voidupdateByte(int arg0, byte arg1) Update byte.voidupdateByte(String arg0, byte arg1) Update byte.voidupdateBytes(int arg0, byte[] arg1) Update bytes.voidupdateBytes(String arg0, byte[] arg1) Update bytes.voidupdateCharacterStream(int arg0, Reader arg1) Update character stream.voidupdateCharacterStream(int arg0, Reader arg1, int arg2) Update character stream.voidupdateCharacterStream(int arg0, Reader arg1, long arg2) Update character stream.voidupdateCharacterStream(String arg0, Reader arg1) Update character stream.voidupdateCharacterStream(String arg0, Reader arg1, int arg2) Update character stream.voidupdateCharacterStream(String arg0, Reader arg1, long arg2) Update character stream.voidupdateClob(int arg0, Reader arg1) Update clob.voidupdateClob(int arg0, Reader arg1, long arg2) Update clob.voidupdateClob(int arg0, Clob arg1) Update clob.voidupdateClob(String arg0, Reader arg1) Update clob.voidupdateClob(String arg0, Reader arg1, long arg2) Update clob.voidupdateClob(String arg0, Clob arg1) Update clob.voidupdateDate(int arg0, Date arg1) Update date.voidupdateDate(String arg0, Date arg1) Update date.voidupdateDouble(int arg0, double arg1) Update double.voidupdateDouble(String arg0, double arg1) Update double.voidupdateFloat(int arg0, float arg1) Update float.voidupdateFloat(String arg0, float arg1) Update float.voidupdateInt(int arg0, int arg1) Update int.voidUpdate int.voidupdateLong(int arg0, long arg1) Update long.voidupdateLong(String arg0, long arg1) Update long.voidupdateNCharacterStream(int arg0, Reader arg1) Update n character stream.voidupdateNCharacterStream(int arg0, Reader arg1, long arg2) Update n character stream.voidupdateNCharacterStream(String arg0, Reader arg1) Update n character stream.voidupdateNCharacterStream(String arg0, Reader arg1, long arg2) Update n character stream.voidupdateNClob(int arg0, Reader arg1) Update n clob.voidupdateNClob(int arg0, Reader arg1, long arg2) Update n clob.voidupdateNClob(int arg0, NClob arg1) Update n clob.voidupdateNClob(String arg0, Reader arg1) Update n clob.voidupdateNClob(String arg0, Reader arg1, long arg2) Update n clob.voidupdateNClob(String arg0, NClob arg1) Update n clob.voidupdateNString(int arg0, String arg1) Update n string.voidupdateNString(String arg0, String arg1) Update n string.voidupdateNull(int arg0) Update null.voidupdateNull(String arg0) Update null.voidupdateObject(int arg0, Object arg1) Update object.voidupdateObject(int arg0, Object arg1, int arg2) Update object.voidupdateObject(String arg0, Object arg1) Update object.voidupdateObject(String arg0, Object arg1, int arg2) Update object.voidUpdate ref.voidUpdate ref.voidUpdate row.voidupdateRowId(int arg0, RowId arg1) Update row id.voidupdateRowId(String arg0, RowId arg1) Update row id.voidupdateShort(int arg0, short arg1) Update short.voidupdateShort(String arg0, short arg1) Update short.voidupdateSQLXML(int arg0, SQLXML arg1) Update sqlxml.voidupdateSQLXML(String arg0, SQLXML arg1) Update sqlxml.voidupdateString(int arg0, String arg1) Update string.voidupdateString(String arg0, String arg1) Update string.voidupdateTime(int arg0, Time arg1) Update time.voidupdateTime(String arg0, Time arg1) Update time.voidupdateTimestamp(int arg0, Timestamp arg1) Update timestamp.voidupdateTimestamp(String arg0, Timestamp arg1) Update timestamp.booleanwasNull()Was null.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Constructor Details
-
StasiResultSet
Instantiates a new StasiResultSet as a wrapper aroud the given ResultSet.- Parameters:
rs- the wrapped result set
-
-
Method Details
-
getWrappedResultSet
-
absolute
Absolute.- Specified by:
absolutein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
afterLast
After last.- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
beforeFirst
Before first.- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
cancelRowUpdates
Cancel row updates.- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
clearWarnings
Clear warnings.- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
close
Close.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
deleteRow
Delete row.- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
findColumn
Find column.- Specified by:
findColumnin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the int
- Throws:
SQLException- the SQL exception- See Also:
-
first
First.- Specified by:
firstin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
getArray
Gets the array.- Specified by:
getArrayin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the array
- Throws:
SQLException- the SQL exception- See Also:
-
getArray
Gets the array.- Specified by:
getArrayin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the array
- Throws:
SQLException- the SQL exception- See Also:
-
getAsciiStream
Gets the ascii stream.- Specified by:
getAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the ascii stream
- Throws:
SQLException- the SQL exception- See Also:
-
getAsciiStream
Gets the ascii stream.- Specified by:
getAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the ascii stream
- Throws:
SQLException- the SQL exception- See Also:
-
getBigDecimal
Deprecated.Gets the big decimal.- Specified by:
getBigDecimalin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the big decimal
- Throws:
SQLException- the SQL exception
-
getBigDecimal
Gets the big decimal.- Specified by:
getBigDecimalin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the big decimal
- Throws:
SQLException- the SQL exception- See Also:
-
getBigDecimal
Deprecated.Gets the big decimal.- Specified by:
getBigDecimalin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the big decimal
- Throws:
SQLException- the SQL exception
-
getBigDecimal
Gets the big decimal.- Specified by:
getBigDecimalin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the big decimal
- Throws:
SQLException- the SQL exception- See Also:
-
getBinaryStream
Gets the binary stream.- Specified by:
getBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the binary stream
- Throws:
SQLException- the SQL exception- See Also:
-
getBinaryStream
Gets the binary stream.- Specified by:
getBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the binary stream
- Throws:
SQLException- the SQL exception- See Also:
-
getBlob
Gets the blob.- Specified by:
getBlobin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the blob
- Throws:
SQLException- the SQL exception- See Also:
-
getBlob
Gets the blob.- Specified by:
getBlobin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the blob
- Throws:
SQLException- the SQL exception- See Also:
-
getBoolean
Gets the boolean.- Specified by:
getBooleanin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the boolean
- Throws:
SQLException- the SQL exception- See Also:
-
getBoolean
Gets the boolean.- Specified by:
getBooleanin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the boolean
- Throws:
SQLException- the SQL exception- See Also:
-
getByte
Gets the byte.- Specified by:
getBytein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the byte
- Throws:
SQLException- the SQL exception- See Also:
-
getByte
Gets the byte.- Specified by:
getBytein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the byte
- Throws:
SQLException- the SQL exception- See Also:
-
getBytes
Gets the bytes.- Specified by:
getBytesin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the bytes
- Throws:
SQLException- the SQL exception- See Also:
-
getBytes
Gets the bytes.- Specified by:
getBytesin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the bytes
- Throws:
SQLException- the SQL exception- See Also:
-
getCharacterStream
Gets the character stream.- Specified by:
getCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the character stream
- Throws:
SQLException- the SQL exception- See Also:
-
getCharacterStream
Gets the character stream.- Specified by:
getCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the character stream
- Throws:
SQLException- the SQL exception- See Also:
-
getClob
Gets the clob.- Specified by:
getClobin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the clob
- Throws:
SQLException- the SQL exception- See Also:
-
getClob
Gets the clob.- Specified by:
getClobin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the clob
- Throws:
SQLException- the SQL exception- See Also:
-
getConcurrency
Gets the concurrency.- Specified by:
getConcurrencyin interfaceResultSet- Returns:
- the concurrency
- Throws:
SQLException- the SQL exception- See Also:
-
getCursorName
Gets the cursor name.- Specified by:
getCursorNamein interfaceResultSet- Returns:
- the cursor name
- Throws:
SQLException- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDatein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the date
- Throws:
SQLException- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDatein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the date
- Throws:
SQLException- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDatein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the date
- Throws:
SQLException- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDatein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the date
- Throws:
SQLException- the SQL exception- See Also:
-
getDouble
Gets the double.- Specified by:
getDoublein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the double
- Throws:
SQLException- the SQL exception- See Also:
-
getDouble
Gets the double.- Specified by:
getDoublein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the double
- Throws:
SQLException- the SQL exception- See Also:
-
getFetchDirection
Gets the fetch direction.- Specified by:
getFetchDirectionin interfaceResultSet- Returns:
- the fetch direction
- Throws:
SQLException- the SQL exception- See Also:
-
getFetchSize
Gets the fetch size.- Specified by:
getFetchSizein interfaceResultSet- Returns:
- the fetch size
- Throws:
SQLException- the SQL exception- See Also:
-
getFloat
Gets the float.- Specified by:
getFloatin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the float
- Throws:
SQLException- the SQL exception- See Also:
-
getFloat
Gets the float.- Specified by:
getFloatin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the float
- Throws:
SQLException- the SQL exception- See Also:
-
getHoldability
Gets the holdability.- Specified by:
getHoldabilityin interfaceResultSet- Returns:
- the holdability
- Throws:
SQLException- the SQL exception- See Also:
-
getInt
Gets the int.- Specified by:
getIntin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the int
- Throws:
SQLException- the SQL exception- See Also:
-
getInt
Gets the int.- Specified by:
getIntin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the int
- Throws:
SQLException- the SQL exception- See Also:
-
getLong
Gets the long.- Specified by:
getLongin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the long
- Throws:
SQLException- the SQL exception- See Also:
-
getLong
Gets the long.- Specified by:
getLongin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the long
- Throws:
SQLException- the SQL exception- See Also:
-
getMetaData
Gets the meta data.- Specified by:
getMetaDatain interfaceResultSet- Returns:
- the meta data
- Throws:
SQLException- the SQL exception- See Also:
-
getNCharacterStream
Gets the n character stream.- Specified by:
getNCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the n character stream
- Throws:
SQLException- the SQL exception- See Also:
-
getNCharacterStream
Gets the n character stream.- Specified by:
getNCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the n character stream
- Throws:
SQLException- the SQL exception- See Also:
-
getNClob
Gets the n clob.- Specified by:
getNClobin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the n clob
- Throws:
SQLException- the SQL exception- See Also:
-
getNClob
Gets the n clob.- Specified by:
getNClobin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the n clob
- Throws:
SQLException- the SQL exception- See Also:
-
getNString
Gets the n string.- Specified by:
getNStringin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the n string
- Throws:
SQLException- the SQL exception- See Also:
-
getNString
Gets the n string.- Specified by:
getNStringin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the n string
- Throws:
SQLException- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObjectin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the object
- Throws:
SQLException- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObjectin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the object
- Throws:
SQLException- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObjectin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the object
- Throws:
SQLException- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObjectin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the object
- Throws:
SQLException- the SQL exception- See Also:
-
getRef
Gets the ref.- Specified by:
getRefin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the ref
- Throws:
SQLException- the SQL exception- See Also:
-
getRef
Gets the ref.- Specified by:
getRefin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the ref
- Throws:
SQLException- the SQL exception- See Also:
-
getRow
Gets the row.- Specified by:
getRowin interfaceResultSet- Returns:
- the row
- Throws:
SQLException- the SQL exception- See Also:
-
getRowId
Gets the row id.- Specified by:
getRowIdin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the row id
- Throws:
SQLException- the SQL exception- See Also:
-
getRowId
Gets the row id.- Specified by:
getRowIdin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the row id
- Throws:
SQLException- the SQL exception- See Also:
-
getSQLXML
Gets the sqlxml.- Specified by:
getSQLXMLin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the sqlxml
- Throws:
SQLException- the SQL exception- See Also:
-
getSQLXML
Gets the sqlxml.- Specified by:
getSQLXMLin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the sqlxml
- Throws:
SQLException- the SQL exception- See Also:
-
getShort
Gets the short.- Specified by:
getShortin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the short
- Throws:
SQLException- the SQL exception- See Also:
-
getShort
Gets the short.- Specified by:
getShortin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the short
- Throws:
SQLException- the SQL exception- See Also:
-
getStatement
Gets the statement.- Specified by:
getStatementin interfaceResultSet- Returns:
- the statement
- Throws:
SQLException- the SQL exception- See Also:
-
getString
Gets the string.- Specified by:
getStringin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the string
- Throws:
SQLException- the SQL exception- See Also:
-
getString
Gets the string.- Specified by:
getStringin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the string
- Throws:
SQLException- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTimein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the time
- Throws:
SQLException- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTimein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the time
- Throws:
SQLException- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTimein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the time
- Throws:
SQLException- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTimein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the time
- Throws:
SQLException- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestampin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the timestamp
- Throws:
SQLException- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestampin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the timestamp
- Throws:
SQLException- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestampin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Returns:
- the timestamp
- Throws:
SQLException- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestampin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the timestamp
- Throws:
SQLException- the SQL exception- See Also:
-
getType
Gets the type.- Specified by:
getTypein interfaceResultSet- Returns:
- the type
- Throws:
SQLException- the SQL exception- See Also:
-
getURL
Gets the url.- Specified by:
getURLin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the url
- Throws:
SQLException- the SQL exception- See Also:
-
getURL
Gets the url.- Specified by:
getURLin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the url
- Throws:
SQLException- the SQL exception- See Also:
-
getUnicodeStream
Deprecated.use normal encodingGets the unicode stream.- Specified by:
getUnicodeStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the unicode stream
- Throws:
SQLException- the SQL exception
-
getUnicodeStream
Deprecated.use normal encodingGets the unicode stream.- Specified by:
getUnicodeStreamin interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- the unicode stream
- Throws:
SQLException- the SQL exception
-
getWarnings
Gets the warnings.- Specified by:
getWarningsin interfaceResultSet- Returns:
- the warnings
- Throws:
SQLException- the SQL exception- See Also:
-
insertRow
Insert row.- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
isAfterLast
Checks if is after last.- Specified by:
isAfterLastin interfaceResultSet- Returns:
- true, if is after last
- Throws:
SQLException- the SQL exception- See Also:
-
isBeforeFirst
Checks if is before first.- Specified by:
isBeforeFirstin interfaceResultSet- Returns:
- true, if is before first
- Throws:
SQLException- the SQL exception- See Also:
-
isClosed
Checks if is closed.- Specified by:
isClosedin interfaceResultSet- Returns:
- true, if is closed
- Throws:
SQLException- the SQL exception- See Also:
-
isFirst
Checks if is first.- Specified by:
isFirstin interfaceResultSet- Returns:
- true, if is first
- Throws:
SQLException- the SQL exception- See Also:
-
isLast
Checks if is last.- Specified by:
isLastin interfaceResultSet- Returns:
- true, if is last
- Throws:
SQLException- the SQL exception- See Also:
-
isWrapperFor
Checks if is wrapper for.- Specified by:
isWrapperForin interfaceWrapper- Parameters:
arg0- the arg0- Returns:
- true, if is wrapper for
- Throws:
SQLException- the SQL exception- See Also:
-
last
Last.- Specified by:
lastin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
moveToCurrentRow
Move to current row.- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
moveToInsertRow
Move to insert row.- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
next
Next.- Specified by:
nextin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
previous
Previous.- Specified by:
previousin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
refreshRow
Refresh row.- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
relative
Relative.- Specified by:
relativein interfaceResultSet- Parameters:
arg0- the arg0- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
rowDeleted
Row deleted.- Specified by:
rowDeletedin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
rowInserted
Row inserted.- Specified by:
rowInsertedin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
rowUpdated
Row updated.- Specified by:
rowUpdatedin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
setFetchDirection
Sets the fetch direction.- Specified by:
setFetchDirectionin interfaceResultSet- Parameters:
arg0- the new fetch direction- Throws:
SQLException- the SQL exception- See Also:
-
setFetchSize
Sets the fetch size.- Specified by:
setFetchSizein interfaceResultSet- Parameters:
arg0- the new fetch size- Throws:
SQLException- the SQL exception- See Also:
-
unwrap
Unwrap.- Specified by:
unwrapin interfaceWrapper- Type Parameters:
T- the generic type- Parameters:
arg0- the arg0- Returns:
- the t
- Throws:
SQLException- the SQL exception- See Also:
-
updateArray
Update array.- Specified by:
updateArrayin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateArray
Update array.- Specified by:
updateArrayin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBigDecimal
Update big decimal.- Specified by:
updateBigDecimalin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBigDecimal
Update big decimal.- Specified by:
updateBigDecimalin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBoolean
Update boolean.- Specified by:
updateBooleanin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBoolean
Update boolean.- Specified by:
updateBooleanin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateByte
Update byte.- Specified by:
updateBytein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateByte
Update byte.- Specified by:
updateBytein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBytes
Update bytes.- Specified by:
updateBytesin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateBytes
Update bytes.- Specified by:
updateBytesin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateDate
Update date.- Specified by:
updateDatein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateDate
Update date.- Specified by:
updateDatein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateDouble
Update double.- Specified by:
updateDoublein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateDouble
Update double.- Specified by:
updateDoublein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateFloat
Update float.- Specified by:
updateFloatin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateFloat
Update float.- Specified by:
updateFloatin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateInt
Update int.- Specified by:
updateIntin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateInt
Update int.- Specified by:
updateIntin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateLong
Update long.- Specified by:
updateLongin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateLong
Update long.- Specified by:
updateLongin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStreamin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClobin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNString
Update n string.- Specified by:
updateNStringin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNString
Update n string.- Specified by:
updateNStringin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateNull
Update null.- Specified by:
updateNullin interfaceResultSet- Parameters:
arg0- the arg0- Throws:
SQLException- the SQL exception- See Also:
-
updateNull
Update null.- Specified by:
updateNullin interfaceResultSet- Parameters:
arg0- the arg0- Throws:
SQLException- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObjectin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObjectin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObjectin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1arg2- the arg2- Throws:
SQLException- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObjectin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateRef
Update ref.- Specified by:
updateRefin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateRef
Update ref.- Specified by:
updateRefin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateRow
Update row.- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException- the SQL exception- See Also:
-
updateRowId
Update row id.- Specified by:
updateRowIdin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateRowId
Update row id.- Specified by:
updateRowIdin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateSQLXML
Update sqlxml.- Specified by:
updateSQLXMLin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateSQLXML
Update sqlxml.- Specified by:
updateSQLXMLin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateShort
Update short.- Specified by:
updateShortin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateShort
Update short.- Specified by:
updateShortin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateString
Update string.- Specified by:
updateStringin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateString
Update string.- Specified by:
updateStringin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateTime
Update time.- Specified by:
updateTimein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateTime
Update time.- Specified by:
updateTimein interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateTimestamp
Update timestamp.- Specified by:
updateTimestampin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
updateTimestamp
Update timestamp.- Specified by:
updateTimestampin interfaceResultSet- Parameters:
arg0- the arg0arg1- the arg1- Throws:
SQLException- the SQL exception- See Also:
-
wasNull
Was null.- Specified by:
wasNullin interfaceResultSet- Returns:
- true, if successful
- Throws:
SQLException- the SQL exception- See Also:
-
toString
A toString implementation which supports debuggings and logging.NOTE: There are some implementations of the
ResultSetwhich have a faulty toString implementation (e.g. the JTurbo driver of 2005). In this case we catch theRuntimeExceptionand return a "strange ResultSet..." as result.The same driver causes also an java.lang.AbstractMethodError for a
ResultSet.isClosed()call:java.lang.AbstractMethodError: com.newatlanta.jturbo.driver.n.isClosed()Z at patterntesting.runtime.monitor.db.internal.StasiResultSet.toString(StasiResultSet.java:2343) at patterntesting.runtime.util.Converter.toString(Converter.java:310) at patterntesting.runtime.util.Converter.toShortString(Converter.java:379) at patterntesting.runtime.monitor.db.SqlStatistic.stop(SqlStatistic.java:110) at patterntesting.runtime.monitor.db.internal.StasiPreparedStatement.logSQL(StasiPreparedStatement.java:862) at patterntesting.runtime.monitor.db.internal.StasiPreparedStatement.executeQuery(StasiPreparedStatement.java:138) ...To avoid problems during logging
LinkageErrors are also catched since v1.5.1 and a "very strange ResultSet..." is given back as result. -
getObject
Gets the object. The implementation is not supported because it is only needed for Java 7. But we want to support also Java 6 where this method is not availabe in the wrappedResultSet. -
getObject
Gets the object. The implementation is not supported because it is only needed for Java 7. But we want to support also Java 6 where this method is not availabe in the wrappedResultSet.
-
getBigDecimal(int)