Package org.frankframework.jdbc
Class StoredProcedureResultWrapper
java.lang.Object
org.frankframework.jdbc.StoredProcedureResultWrapper
- All Implemented Interfaces:
AutoCloseable
,ResultSet
,Wrapper
-
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
ConstructorDescriptionStoredProcedureResultWrapper
(IDbmsSupport dbmsSupport, CallableStatement delegate, ParameterMetaData parameterMetaData, Map<Integer, IParameter> parameterPositions) Class that wraps a CallableStatement to present its output-parameters as if they were aResultSet
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
absolute
(int row) void
void
void
void
void
close()
void
int
findColumn
(String columnLabel) boolean
first()
getArray
(int columnIndex) getAsciiStream
(int columnIndex) getAsciiStream
(String columnLabel) getBigDecimal
(int columnIndex) getBigDecimal
(int columnIndex, int scale) getBigDecimal
(String columnLabel) getBigDecimal
(String columnLabel, int scale) getBinaryStream
(int columnIndex) getBinaryStream
(String columnLabel) getBlob
(int columnIndex) boolean
getBoolean
(int columnIndex) boolean
getBoolean
(String columnLabel) byte
getByte
(int columnIndex) byte
byte[]
getBytes
(int columnIndex) byte[]
getCharacterStream
(int columnIndex) getCharacterStream
(String columnLabel) getClob
(int columnIndex) int
getDate
(int columnIndex) double
getDouble
(int columnIndex) double
int
int
float
getFloat
(int columnIndex) float
int
int
getInt
(int columnIndex) int
long
getLong
(int columnIndex) long
getNCharacterStream
(int columnIndex) getNCharacterStream
(String columnLabel) getNClob
(int columnIndex) getNString
(int columnIndex) getNString
(String columnLabel) getObject
(int columnIndex) <T> T
<T> T
getRef
(int columnIndex) int
getRow()
getRowId
(int columnIndex) short
getShort
(int columnIndex) short
getSQLXML
(int columnIndex) getString
(int columnIndex) getTime
(int columnIndex) getTimestamp
(int columnIndex) getTimestamp
(int columnIndex, Calendar cal) getTimestamp
(String columnLabel) getTimestamp
(String columnLabel, Calendar cal) int
getType()
getUnicodeStream
(int columnIndex) getUnicodeStream
(String columnLabel) getURL
(int columnIndex) void
boolean
boolean
boolean
isClosed()
boolean
isFirst()
boolean
isLast()
boolean
isWrapperFor
(Class<?> iface) boolean
last()
void
void
boolean
next()
boolean
previous()
void
boolean
relative
(int rows) boolean
boolean
boolean
void
setFetchDirection
(int direction) void
setFetchSize
(int rows) <T> T
void
updateArray
(int columnIndex, Array x) void
updateArray
(String columnLabel, Array x) void
updateAsciiStream
(int columnIndex, InputStream x) void
updateAsciiStream
(int columnIndex, InputStream x, int length) void
updateAsciiStream
(int columnIndex, InputStream x, long length) void
updateAsciiStream
(String columnLabel, InputStream x) void
updateAsciiStream
(String columnLabel, InputStream x, int length) void
updateAsciiStream
(String columnLabel, InputStream x, long length) void
updateBigDecimal
(int columnIndex, BigDecimal x) void
updateBigDecimal
(String columnLabel, BigDecimal x) void
updateBinaryStream
(int columnIndex, InputStream x) void
updateBinaryStream
(int columnIndex, InputStream x, int length) void
updateBinaryStream
(int columnIndex, InputStream x, long length) void
updateBinaryStream
(String columnLabel, InputStream x) void
updateBinaryStream
(String columnLabel, InputStream x, int length) void
updateBinaryStream
(String columnLabel, InputStream x, long length) void
updateBlob
(int columnIndex, InputStream inputStream) void
updateBlob
(int columnIndex, InputStream inputStream, long length) void
updateBlob
(int columnIndex, Blob x) void
updateBlob
(String columnLabel, InputStream inputStream) void
updateBlob
(String columnLabel, InputStream inputStream, long length) void
updateBlob
(String columnLabel, Blob x) void
updateBoolean
(int columnIndex, boolean x) void
updateBoolean
(String columnLabel, boolean x) void
updateByte
(int columnIndex, byte x) void
updateByte
(String columnLabel, byte x) void
updateBytes
(int columnIndex, byte[] x) void
updateBytes
(String columnLabel, byte[] x) void
updateCharacterStream
(int columnIndex, Reader x) void
updateCharacterStream
(int columnIndex, Reader x, int length) void
updateCharacterStream
(int columnIndex, Reader x, long length) void
updateCharacterStream
(String columnLabel, Reader reader) void
updateCharacterStream
(String columnLabel, Reader reader, int length) void
updateCharacterStream
(String columnLabel, Reader reader, long length) void
updateClob
(int columnIndex, Reader reader) void
updateClob
(int columnIndex, Reader reader, long length) void
updateClob
(int columnIndex, Clob x) void
updateClob
(String columnLabel, Reader reader) void
updateClob
(String columnLabel, Reader reader, long length) void
updateClob
(String columnLabel, Clob x) void
updateDate
(int columnIndex, Date x) void
updateDate
(String columnLabel, Date x) void
updateDouble
(int columnIndex, double x) void
updateDouble
(String columnLabel, double x) void
updateFloat
(int columnIndex, float x) void
updateFloat
(String columnLabel, float x) void
updateInt
(int columnIndex, int x) void
void
updateLong
(int columnIndex, long x) void
updateLong
(String columnLabel, long x) void
updateNCharacterStream
(int columnIndex, Reader x) void
updateNCharacterStream
(int columnIndex, Reader x, long length) void
updateNCharacterStream
(String columnLabel, Reader reader) void
updateNCharacterStream
(String columnLabel, Reader reader, long length) void
updateNClob
(int columnIndex, Reader reader) void
updateNClob
(int columnIndex, Reader reader, long length) void
updateNClob
(int columnIndex, NClob nClob) void
updateNClob
(String columnLabel, Reader reader) void
updateNClob
(String columnLabel, Reader reader, long length) void
updateNClob
(String columnLabel, NClob nClob) void
updateNString
(int columnIndex, String nString) void
updateNString
(String columnLabel, String nString) void
updateNull
(int columnIndex) void
updateNull
(String columnLabel) void
updateObject
(int columnIndex, Object x) void
updateObject
(int columnIndex, Object x, int scaleOrLength) void
updateObject
(String columnLabel, Object x) void
updateObject
(String columnLabel, Object x, int scaleOrLength) void
void
void
void
updateRowId
(int columnIndex, RowId x) void
updateRowId
(String columnLabel, RowId x) void
updateShort
(int columnIndex, short x) void
updateShort
(String columnLabel, short x) void
updateSQLXML
(int columnIndex, SQLXML xmlObject) void
updateSQLXML
(String columnLabel, SQLXML xmlObject) void
updateString
(int columnIndex, String x) void
updateString
(String columnLabel, String x) void
updateTime
(int columnIndex, Time x) void
updateTime
(String columnLabel, Time x) void
updateTimestamp
(int columnIndex, Timestamp x) void
updateTimestamp
(String columnLabel, Timestamp x) boolean
wasNull()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Constructor Details
-
StoredProcedureResultWrapper
public StoredProcedureResultWrapper(@Nonnull IDbmsSupport dbmsSupport, @Nonnull CallableStatement delegate, @Nonnull ParameterMetaData parameterMetaData, @Nonnull Map<Integer, IParameter> parameterPositions) Class that wraps a CallableStatement to present its output-parameters as if they were aResultSet
.- Parameters:
delegate
- TheCallableStatement
to be wrappedparameterPositions
- The position of each output-parameter in the overal list of stored procedure parameters
-
-
Method Details
-
next
- Specified by:
next
in interfaceResultSet
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResultSet
- Throws:
SQLException
-
wasNull
- Specified by:
wasNull
in interfaceResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
-
getUnicodeStream
- Specified by:
getUnicodeStream
in interfaceResultSet
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
-
getUnicodeStream
- Specified by:
getUnicodeStream
in interfaceResultSet
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
-
getWarnings
- Specified by:
getWarnings
in interfaceResultSet
- Throws:
SQLException
-
clearWarnings
- Specified by:
clearWarnings
in interfaceResultSet
- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorName
in interfaceResultSet
-
getMetaData
- Specified by:
getMetaData
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
findColumn
- Specified by:
findColumn
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
isBeforeFirst
public boolean isBeforeFirst()- Specified by:
isBeforeFirst
in interfaceResultSet
-
isAfterLast
public boolean isAfterLast()- Specified by:
isAfterLast
in interfaceResultSet
-
isFirst
public boolean isFirst() -
isLast
public boolean isLast() -
beforeFirst
public void beforeFirst()- Specified by:
beforeFirst
in interfaceResultSet
-
afterLast
public void afterLast() -
first
- Specified by:
first
in interfaceResultSet
- Throws:
SQLException
-
last
- Specified by:
last
in interfaceResultSet
- Throws:
SQLException
-
getRow
public int getRow() -
absolute
- Specified by:
absolute
in interfaceResultSet
- Throws:
SQLException
-
relative
- Specified by:
relative
in interfaceResultSet
- Throws:
SQLException
-
previous
- Specified by:
previous
in interfaceResultSet
- Throws:
SQLException
-
setFetchDirection
public void setFetchDirection(int direction) - Specified by:
setFetchDirection
in interfaceResultSet
-
getFetchDirection
public int getFetchDirection()- Specified by:
getFetchDirection
in interfaceResultSet
-
setFetchSize
public void setFetchSize(int rows) - Specified by:
setFetchSize
in interfaceResultSet
-
getFetchSize
public int getFetchSize()- Specified by:
getFetchSize
in interfaceResultSet
-
getType
- Specified by:
getType
in interfaceResultSet
- Throws:
SQLException
-
getConcurrency
public int getConcurrency()- Specified by:
getConcurrency
in interfaceResultSet
-
rowUpdated
public boolean rowUpdated()- Specified by:
rowUpdated
in interfaceResultSet
-
rowInserted
public boolean rowInserted()- Specified by:
rowInserted
in interfaceResultSet
-
rowDeleted
public boolean rowDeleted()- Specified by:
rowDeleted
in interfaceResultSet
-
updateNull
public void updateNull(int columnIndex) - Specified by:
updateNull
in interfaceResultSet
-
updateBoolean
public void updateBoolean(int columnIndex, boolean x) - Specified by:
updateBoolean
in interfaceResultSet
-
updateByte
public void updateByte(int columnIndex, byte x) - Specified by:
updateByte
in interfaceResultSet
-
updateShort
public void updateShort(int columnIndex, short x) - Specified by:
updateShort
in interfaceResultSet
-
updateInt
public void updateInt(int columnIndex, int x) -
updateLong
public void updateLong(int columnIndex, long x) - Specified by:
updateLong
in interfaceResultSet
-
updateFloat
public void updateFloat(int columnIndex, float x) - Specified by:
updateFloat
in interfaceResultSet
-
updateDouble
public void updateDouble(int columnIndex, double x) - Specified by:
updateDouble
in interfaceResultSet
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
-
updateString
- Specified by:
updateString
in interfaceResultSet
-
updateBytes
public void updateBytes(int columnIndex, byte[] x) - Specified by:
updateBytes
in interfaceResultSet
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
-
updateInt
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
-
updateString
- Specified by:
updateString
in interfaceResultSet
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
-
insertRow
public void insertRow() -
updateRow
public void updateRow() -
deleteRow
public void deleteRow() -
refreshRow
public void refreshRow()- Specified by:
refreshRow
in interfaceResultSet
-
cancelRowUpdates
public void cancelRowUpdates()- Specified by:
cancelRowUpdates
in interfaceResultSet
-
moveToInsertRow
public void moveToInsertRow()- Specified by:
moveToInsertRow
in interfaceResultSet
-
moveToCurrentRow
public void moveToCurrentRow()- Specified by:
moveToCurrentRow
in interfaceResultSet
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
updateRef
-
updateRef
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
-
getRowId
-
getRowId
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
-
getHoldability
public int getHoldability()- Specified by:
getHoldability
in interfaceResultSet
-
isClosed
- Specified by:
isClosed
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-