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 TypeMethodDescriptionboolean
absolute
(int arg0) Absolute.void
After last.void
Before first.void
Cancel row updates.void
Clear warnings.void
close()
Close.void
Delete row.int
findColumn
(String arg0) Find column.boolean
first()
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.boolean
getBoolean
(int arg0) Gets the boolean.boolean
getBoolean
(String arg0) Gets the boolean.byte
getByte
(int arg0) Gets the byte.byte
Gets 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.int
Gets the concurrency.Gets the cursor name.getDate
(int arg0) Gets the date.Gets the date.Gets the date.Gets the date.double
getDouble
(int arg0) Gets the double.double
Gets the double.int
Gets the fetch direction.int
Gets the fetch size.float
getFloat
(int arg0) Gets the float.float
Gets the float.int
Gets the holdability.int
getInt
(int arg0) Gets the int.int
Gets the int.long
getLong
(int arg0) Gets the long.long
Gets 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> T
Gets the object.Gets the object.Gets the object.<T> T
Gets the object.Gets the object.getRef
(int arg0) Gets the ref.Gets the ref.int
getRow()
Gets the row.getRowId
(int arg0) Gets the row id.Gets the row id.short
getShort
(int arg0) Gets the short.short
Gets 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.int
getType()
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 originalResultSet
directly.void
Insert row.boolean
Checks if is after last.boolean
Checks if is before first.boolean
isClosed()
Checks if is closed.boolean
isFirst()
Checks if is first.boolean
isLast()
Checks if is last.boolean
isWrapperFor
(Class<?> arg0) Checks if is wrapper for.boolean
last()
Last.void
Move to current row.void
Move to insert row.boolean
next()
Next.boolean
previous()
Previous.void
Refresh row.boolean
relative
(int arg0) Relative.boolean
Row deleted.boolean
Row inserted.boolean
Row updated.void
setFetchDirection
(int arg0) Sets the fetch direction.void
setFetchSize
(int arg0) Sets the fetch size.toString()
A toString implementation which supports debuggings and logging.<T> T
Unwrap.void
updateArray
(int arg0, Array arg1) Update array.void
updateArray
(String arg0, Array arg1) Update array.void
updateAsciiStream
(int arg0, InputStream arg1) Update ascii stream.void
updateAsciiStream
(int arg0, InputStream arg1, int arg2) Update ascii stream.void
updateAsciiStream
(int arg0, InputStream arg1, long arg2) Update ascii stream.void
updateAsciiStream
(String arg0, InputStream arg1) Update ascii stream.void
updateAsciiStream
(String arg0, InputStream arg1, int arg2) Update ascii stream.void
updateAsciiStream
(String arg0, InputStream arg1, long arg2) Update ascii stream.void
updateBigDecimal
(int arg0, BigDecimal arg1) Update big decimal.void
updateBigDecimal
(String arg0, BigDecimal arg1) Update big decimal.void
updateBinaryStream
(int arg0, InputStream arg1) Update binary stream.void
updateBinaryStream
(int arg0, InputStream arg1, int arg2) Update binary stream.void
updateBinaryStream
(int arg0, InputStream arg1, long arg2) Update binary stream.void
updateBinaryStream
(String arg0, InputStream arg1) Update binary stream.void
updateBinaryStream
(String arg0, InputStream arg1, int arg2) Update binary stream.void
updateBinaryStream
(String arg0, InputStream arg1, long arg2) Update binary stream.void
updateBlob
(int arg0, InputStream arg1) Update blob.void
updateBlob
(int arg0, InputStream arg1, long arg2) Update blob.void
updateBlob
(int arg0, Blob arg1) Update blob.void
updateBlob
(String arg0, InputStream arg1) Update blob.void
updateBlob
(String arg0, InputStream arg1, long arg2) Update blob.void
updateBlob
(String arg0, Blob arg1) Update blob.void
updateBoolean
(int arg0, boolean arg1) Update boolean.void
updateBoolean
(String arg0, boolean arg1) Update boolean.void
updateByte
(int arg0, byte arg1) Update byte.void
updateByte
(String arg0, byte arg1) Update byte.void
updateBytes
(int arg0, byte[] arg1) Update bytes.void
updateBytes
(String arg0, byte[] arg1) Update bytes.void
updateCharacterStream
(int arg0, Reader arg1) Update character stream.void
updateCharacterStream
(int arg0, Reader arg1, int arg2) Update character stream.void
updateCharacterStream
(int arg0, Reader arg1, long arg2) Update character stream.void
updateCharacterStream
(String arg0, Reader arg1) Update character stream.void
updateCharacterStream
(String arg0, Reader arg1, int arg2) Update character stream.void
updateCharacterStream
(String arg0, Reader arg1, long arg2) Update character stream.void
updateClob
(int arg0, Reader arg1) Update clob.void
updateClob
(int arg0, Reader arg1, long arg2) Update clob.void
updateClob
(int arg0, Clob arg1) Update clob.void
updateClob
(String arg0, Reader arg1) Update clob.void
updateClob
(String arg0, Reader arg1, long arg2) Update clob.void
updateClob
(String arg0, Clob arg1) Update clob.void
updateDate
(int arg0, Date arg1) Update date.void
updateDate
(String arg0, Date arg1) Update date.void
updateDouble
(int arg0, double arg1) Update double.void
updateDouble
(String arg0, double arg1) Update double.void
updateFloat
(int arg0, float arg1) Update float.void
updateFloat
(String arg0, float arg1) Update float.void
updateInt
(int arg0, int arg1) Update int.void
Update int.void
updateLong
(int arg0, long arg1) Update long.void
updateLong
(String arg0, long arg1) Update long.void
updateNCharacterStream
(int arg0, Reader arg1) Update n character stream.void
updateNCharacterStream
(int arg0, Reader arg1, long arg2) Update n character stream.void
updateNCharacterStream
(String arg0, Reader arg1) Update n character stream.void
updateNCharacterStream
(String arg0, Reader arg1, long arg2) Update n character stream.void
updateNClob
(int arg0, Reader arg1) Update n clob.void
updateNClob
(int arg0, Reader arg1, long arg2) Update n clob.void
updateNClob
(int arg0, NClob arg1) Update n clob.void
updateNClob
(String arg0, Reader arg1) Update n clob.void
updateNClob
(String arg0, Reader arg1, long arg2) Update n clob.void
updateNClob
(String arg0, NClob arg1) Update n clob.void
updateNString
(int arg0, String arg1) Update n string.void
updateNString
(String arg0, String arg1) Update n string.void
updateNull
(int arg0) Update null.void
updateNull
(String arg0) Update null.void
updateObject
(int arg0, Object arg1) Update object.void
updateObject
(int arg0, Object arg1, int arg2) Update object.void
updateObject
(String arg0, Object arg1) Update object.void
updateObject
(String arg0, Object arg1, int arg2) Update object.void
Update ref.void
Update ref.void
Update row.void
updateRowId
(int arg0, RowId arg1) Update row id.void
updateRowId
(String arg0, RowId arg1) Update row id.void
updateShort
(int arg0, short arg1) Update short.void
updateShort
(String arg0, short arg1) Update short.void
updateSQLXML
(int arg0, SQLXML arg1) Update sqlxml.void
updateSQLXML
(String arg0, SQLXML arg1) Update sqlxml.void
updateString
(int arg0, String arg1) Update string.void
updateString
(String arg0, String arg1) Update string.void
updateTime
(int arg0, Time arg1) Update time.void
updateTime
(String arg0, Time arg1) Update time.void
updateTimestamp
(int arg0, Timestamp arg1) Update timestamp.void
updateTimestamp
(String arg0, Timestamp arg1) Update timestamp.boolean
wasNull()
Was null.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
absolute
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
afterLast
After last.- Specified by:
afterLast
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
beforeFirst
Before first.- Specified by:
beforeFirst
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
cancelRowUpdates
Cancel row updates.- Specified by:
cancelRowUpdates
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
clearWarnings
Clear warnings.- Specified by:
clearWarnings
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
close
Close.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
deleteRow
Delete row.- Specified by:
deleteRow
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
findColumn
Find column.- Specified by:
findColumn
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the int
- Throws:
SQLException
- the SQL exception- See Also:
-
first
First.- Specified by:
first
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
getArray
Gets the array.- Specified by:
getArray
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the array
- Throws:
SQLException
- the SQL exception- See Also:
-
getArray
Gets the array.- Specified by:
getArray
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the array
- Throws:
SQLException
- the SQL exception- See Also:
-
getAsciiStream
Gets the ascii stream.- Specified by:
getAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the ascii stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getAsciiStream
Gets the ascii stream.- Specified by:
getAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the ascii stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getBigDecimal
Deprecated.Gets the big decimal.- Specified by:
getBigDecimal
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the big decimal
- Throws:
SQLException
- the SQL exception
-
getBigDecimal
Gets the big decimal.- Specified by:
getBigDecimal
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the big decimal
- Throws:
SQLException
- the SQL exception- See Also:
-
getBigDecimal
Deprecated.Gets the big decimal.- Specified by:
getBigDecimal
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the big decimal
- Throws:
SQLException
- the SQL exception
-
getBigDecimal
Gets the big decimal.- Specified by:
getBigDecimal
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the big decimal
- Throws:
SQLException
- the SQL exception- See Also:
-
getBinaryStream
Gets the binary stream.- Specified by:
getBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the binary stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getBinaryStream
Gets the binary stream.- Specified by:
getBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the binary stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getBlob
Gets the blob.- Specified by:
getBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the blob
- Throws:
SQLException
- the SQL exception- See Also:
-
getBlob
Gets the blob.- Specified by:
getBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the blob
- Throws:
SQLException
- the SQL exception- See Also:
-
getBoolean
Gets the boolean.- Specified by:
getBoolean
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the boolean
- Throws:
SQLException
- the SQL exception- See Also:
-
getBoolean
Gets the boolean.- Specified by:
getBoolean
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the boolean
- Throws:
SQLException
- the SQL exception- See Also:
-
getByte
Gets the byte.- Specified by:
getByte
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the byte
- Throws:
SQLException
- the SQL exception- See Also:
-
getByte
Gets the byte.- Specified by:
getByte
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the byte
- Throws:
SQLException
- the SQL exception- See Also:
-
getBytes
Gets the bytes.- Specified by:
getBytes
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the bytes
- Throws:
SQLException
- the SQL exception- See Also:
-
getBytes
Gets the bytes.- Specified by:
getBytes
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the bytes
- Throws:
SQLException
- the SQL exception- See Also:
-
getCharacterStream
Gets the character stream.- Specified by:
getCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the character stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getCharacterStream
Gets the character stream.- Specified by:
getCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the character stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getClob
Gets the clob.- Specified by:
getClob
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the clob
- Throws:
SQLException
- the SQL exception- See Also:
-
getClob
Gets the clob.- Specified by:
getClob
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the clob
- Throws:
SQLException
- the SQL exception- See Also:
-
getConcurrency
Gets the concurrency.- Specified by:
getConcurrency
in interfaceResultSet
- Returns:
- the concurrency
- Throws:
SQLException
- the SQL exception- See Also:
-
getCursorName
Gets the cursor name.- Specified by:
getCursorName
in interfaceResultSet
- Returns:
- the cursor name
- Throws:
SQLException
- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDate
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the date
- Throws:
SQLException
- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDate
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the date
- Throws:
SQLException
- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDate
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the date
- Throws:
SQLException
- the SQL exception- See Also:
-
getDate
Gets the date.- Specified by:
getDate
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the date
- Throws:
SQLException
- the SQL exception- See Also:
-
getDouble
Gets the double.- Specified by:
getDouble
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the double
- Throws:
SQLException
- the SQL exception- See Also:
-
getDouble
Gets the double.- Specified by:
getDouble
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the double
- Throws:
SQLException
- the SQL exception- See Also:
-
getFetchDirection
Gets the fetch direction.- Specified by:
getFetchDirection
in interfaceResultSet
- Returns:
- the fetch direction
- Throws:
SQLException
- the SQL exception- See Also:
-
getFetchSize
Gets the fetch size.- Specified by:
getFetchSize
in interfaceResultSet
- Returns:
- the fetch size
- Throws:
SQLException
- the SQL exception- See Also:
-
getFloat
Gets the float.- Specified by:
getFloat
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the float
- Throws:
SQLException
- the SQL exception- See Also:
-
getFloat
Gets the float.- Specified by:
getFloat
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the float
- Throws:
SQLException
- the SQL exception- See Also:
-
getHoldability
Gets the holdability.- Specified by:
getHoldability
in interfaceResultSet
- Returns:
- the holdability
- Throws:
SQLException
- the SQL exception- See Also:
-
getInt
Gets the int.- Specified by:
getInt
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the int
- Throws:
SQLException
- the SQL exception- See Also:
-
getInt
Gets the int.- Specified by:
getInt
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the int
- Throws:
SQLException
- the SQL exception- See Also:
-
getLong
Gets the long.- Specified by:
getLong
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the long
- Throws:
SQLException
- the SQL exception- See Also:
-
getLong
Gets the long.- Specified by:
getLong
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the long
- Throws:
SQLException
- the SQL exception- See Also:
-
getMetaData
Gets the meta data.- Specified by:
getMetaData
in interfaceResultSet
- Returns:
- the meta data
- Throws:
SQLException
- the SQL exception- See Also:
-
getNCharacterStream
Gets the n character stream.- Specified by:
getNCharacterStream
in 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:
getNCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the n character stream
- Throws:
SQLException
- the SQL exception- See Also:
-
getNClob
Gets the n clob.- Specified by:
getNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the n clob
- Throws:
SQLException
- the SQL exception- See Also:
-
getNClob
Gets the n clob.- Specified by:
getNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the n clob
- Throws:
SQLException
- the SQL exception- See Also:
-
getNString
Gets the n string.- Specified by:
getNString
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the n string
- Throws:
SQLException
- the SQL exception- See Also:
-
getNString
Gets the n string.- Specified by:
getNString
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the n string
- Throws:
SQLException
- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObject
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the object
- Throws:
SQLException
- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObject
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the object
- Throws:
SQLException
- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObject
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the object
- Throws:
SQLException
- the SQL exception- See Also:
-
getObject
Gets the object.- Specified by:
getObject
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the object
- Throws:
SQLException
- the SQL exception- See Also:
-
getRef
Gets the ref.- Specified by:
getRef
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the ref
- Throws:
SQLException
- the SQL exception- See Also:
-
getRef
Gets the ref.- Specified by:
getRef
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the ref
- Throws:
SQLException
- the SQL exception- See Also:
-
getRow
Gets the row.- Specified by:
getRow
in interfaceResultSet
- Returns:
- the row
- Throws:
SQLException
- the SQL exception- See Also:
-
getRowId
Gets the row id.- Specified by:
getRowId
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the row id
- Throws:
SQLException
- the SQL exception- See Also:
-
getRowId
Gets the row id.- Specified by:
getRowId
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the row id
- Throws:
SQLException
- the SQL exception- See Also:
-
getSQLXML
Gets the sqlxml.- Specified by:
getSQLXML
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the sqlxml
- Throws:
SQLException
- the SQL exception- See Also:
-
getSQLXML
Gets the sqlxml.- Specified by:
getSQLXML
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the sqlxml
- Throws:
SQLException
- the SQL exception- See Also:
-
getShort
Gets the short.- Specified by:
getShort
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the short
- Throws:
SQLException
- the SQL exception- See Also:
-
getShort
Gets the short.- Specified by:
getShort
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the short
- Throws:
SQLException
- the SQL exception- See Also:
-
getStatement
Gets the statement.- Specified by:
getStatement
in interfaceResultSet
- Returns:
- the statement
- Throws:
SQLException
- the SQL exception- See Also:
-
getString
Gets the string.- Specified by:
getString
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the string
- Throws:
SQLException
- the SQL exception- See Also:
-
getString
Gets the string.- Specified by:
getString
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the string
- Throws:
SQLException
- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTime
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the time
- Throws:
SQLException
- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTime
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the time
- Throws:
SQLException
- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTime
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the time
- Throws:
SQLException
- the SQL exception- See Also:
-
getTime
Gets the time.- Specified by:
getTime
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the time
- Throws:
SQLException
- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestamp
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the timestamp
- Throws:
SQLException
- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestamp
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the timestamp
- Throws:
SQLException
- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestamp
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Returns:
- the timestamp
- Throws:
SQLException
- the SQL exception- See Also:
-
getTimestamp
Gets the timestamp.- Specified by:
getTimestamp
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the timestamp
- Throws:
SQLException
- the SQL exception- See Also:
-
getType
Gets the type.- Specified by:
getType
in interfaceResultSet
- Returns:
- the type
- Throws:
SQLException
- the SQL exception- See Also:
-
getURL
Gets the url.- Specified by:
getURL
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the url
- Throws:
SQLException
- the SQL exception- See Also:
-
getURL
Gets the url.- Specified by:
getURL
in 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:
getUnicodeStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the unicode stream
- Throws:
SQLException
- the SQL exception
-
getUnicodeStream
Deprecated.use normal encodingGets the unicode stream.- Specified by:
getUnicodeStream
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- the unicode stream
- Throws:
SQLException
- the SQL exception
-
getWarnings
Gets the warnings.- Specified by:
getWarnings
in interfaceResultSet
- Returns:
- the warnings
- Throws:
SQLException
- the SQL exception- See Also:
-
insertRow
Insert row.- Specified by:
insertRow
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
isAfterLast
Checks if is after last.- Specified by:
isAfterLast
in interfaceResultSet
- Returns:
- true, if is after last
- Throws:
SQLException
- the SQL exception- See Also:
-
isBeforeFirst
Checks if is before first.- Specified by:
isBeforeFirst
in interfaceResultSet
- Returns:
- true, if is before first
- Throws:
SQLException
- the SQL exception- See Also:
-
isClosed
Checks if is closed.- Specified by:
isClosed
in interfaceResultSet
- Returns:
- true, if is closed
- Throws:
SQLException
- the SQL exception- See Also:
-
isFirst
Checks if is first.- Specified by:
isFirst
in interfaceResultSet
- Returns:
- true, if is first
- Throws:
SQLException
- the SQL exception- See Also:
-
isLast
Checks if is last.- Specified by:
isLast
in interfaceResultSet
- Returns:
- true, if is last
- Throws:
SQLException
- the SQL exception- See Also:
-
isWrapperFor
Checks if is wrapper for.- Specified by:
isWrapperFor
in interfaceWrapper
- Parameters:
arg0
- the arg0- Returns:
- true, if is wrapper for
- Throws:
SQLException
- the SQL exception- See Also:
-
last
Last.- Specified by:
last
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
moveToCurrentRow
Move to current row.- Specified by:
moveToCurrentRow
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
moveToInsertRow
Move to insert row.- Specified by:
moveToInsertRow
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
next
Next.- Specified by:
next
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
previous
Previous.- Specified by:
previous
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
refreshRow
Refresh row.- Specified by:
refreshRow
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
relative
Relative.- Specified by:
relative
in interfaceResultSet
- Parameters:
arg0
- the arg0- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
rowDeleted
Row deleted.- Specified by:
rowDeleted
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
rowInserted
Row inserted.- Specified by:
rowInserted
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
rowUpdated
Row updated.- Specified by:
rowUpdated
in interfaceResultSet
- Returns:
- true, if successful
- Throws:
SQLException
- the SQL exception- See Also:
-
setFetchDirection
Sets the fetch direction.- Specified by:
setFetchDirection
in interfaceResultSet
- Parameters:
arg0
- the new fetch direction- Throws:
SQLException
- the SQL exception- See Also:
-
setFetchSize
Sets the fetch size.- Specified by:
setFetchSize
in interfaceResultSet
- Parameters:
arg0
- the new fetch size- Throws:
SQLException
- the SQL exception- See Also:
-
unwrap
Unwrap.- Specified by:
unwrap
in 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:
updateArray
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateArray
Update array.- Specified by:
updateArray
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateAsciiStream
Update ascii stream.- Specified by:
updateAsciiStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBigDecimal
Update big decimal.- Specified by:
updateBigDecimal
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBigDecimal
Update big decimal.- Specified by:
updateBigDecimal
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateBinaryStream
Update binary stream.- Specified by:
updateBinaryStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateBlob
Update blob.- Specified by:
updateBlob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBoolean
Update boolean.- Specified by:
updateBoolean
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBoolean
Update boolean.- Specified by:
updateBoolean
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateByte
Update byte.- Specified by:
updateByte
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateByte
Update byte.- Specified by:
updateByte
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBytes
Update bytes.- Specified by:
updateBytes
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateBytes
Update bytes.- Specified by:
updateBytes
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateCharacterStream
Update character stream.- Specified by:
updateCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateClob
Update clob.- Specified by:
updateClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateDate
Update date.- Specified by:
updateDate
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateDate
Update date.- Specified by:
updateDate
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateDouble
Update double.- Specified by:
updateDouble
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateDouble
Update double.- Specified by:
updateDouble
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateFloat
Update float.- Specified by:
updateFloat
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateFloat
Update float.- Specified by:
updateFloat
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateInt
Update int.- Specified by:
updateInt
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateInt
Update int.- Specified by:
updateInt
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateLong
Update long.- Specified by:
updateLong
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateLong
Update long.- Specified by:
updateLong
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateNCharacterStream
Update n character stream.- Specified by:
updateNCharacterStream
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateNClob
Update n clob.- Specified by:
updateNClob
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNString
Update n string.- Specified by:
updateNString
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNString
Update n string.- Specified by:
updateNString
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateNull
Update null.- Specified by:
updateNull
in interfaceResultSet
- Parameters:
arg0
- the arg0- Throws:
SQLException
- the SQL exception- See Also:
-
updateNull
Update null.- Specified by:
updateNull
in interfaceResultSet
- Parameters:
arg0
- the arg0- Throws:
SQLException
- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObject
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObject
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObject
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1arg2
- the arg2- Throws:
SQLException
- the SQL exception- See Also:
-
updateObject
Update object.- Specified by:
updateObject
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateRef
Update ref.- Specified by:
updateRef
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateRef
Update ref.- Specified by:
updateRef
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateRow
Update row.- Specified by:
updateRow
in interfaceResultSet
- Throws:
SQLException
- the SQL exception- See Also:
-
updateRowId
Update row id.- Specified by:
updateRowId
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateRowId
Update row id.- Specified by:
updateRowId
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateSQLXML
Update sqlxml.- Specified by:
updateSQLXML
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateSQLXML
Update sqlxml.- Specified by:
updateSQLXML
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateShort
Update short.- Specified by:
updateShort
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateShort
Update short.- Specified by:
updateShort
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateString
Update string.- Specified by:
updateString
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateString
Update string.- Specified by:
updateString
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateTime
Update time.- Specified by:
updateTime
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateTime
Update time.- Specified by:
updateTime
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateTimestamp
Update timestamp.- Specified by:
updateTimestamp
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
updateTimestamp
Update timestamp.- Specified by:
updateTimestamp
in interfaceResultSet
- Parameters:
arg0
- the arg0arg1
- the arg1- Throws:
SQLException
- the SQL exception- See Also:
-
wasNull
Was null.- Specified by:
wasNull
in 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
ResultSet
which have a faulty toString implementation (e.g. the JTurbo driver of 2005). In this case we catch theRuntimeException
and 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
LinkageError
s 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)