java.lang.Object
org.jooq.tools.jdbc.JDBC41ResultSet
org.jooq.tools.jdbc.MockResultSet
- All Implemented Interfaces:
- Serializable,- AutoCloseable,- ResultSet,- Wrapper
A mock result set.
- Author:
- Lukas Eder
- See Also:
- 
Field SummaryFields inherited from interface java.sql.ResultSetCLOSE_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 SummaryConstructorsConstructorDescriptionMockResultSet(Result<?> result) MockResultSet(Result<?> result, int maxRows) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanabsolute(int row) voidvoidvoidvoidvoidclose()voidintfindColumn(String columnLabel) booleanfirst()getArray(int columnIndex) getAsciiStream(int columnIndex) getAsciiStream(String columnLabel) getBigDecimal(int columnIndex) getBigDecimal(int columnIndex, int scale) Deprecated.getBigDecimal(String columnLabel) getBigDecimal(String columnLabel, int scale) Deprecated.getBinaryStream(int columnIndex) getBinaryStream(String columnLabel) getBlob(int columnIndex) booleangetBoolean(int columnIndex) booleangetBoolean(String columnLabel) bytegetByte(int columnIndex) bytebyte[]getBytes(int columnIndex) byte[]getCharacterStream(int columnIndex) getCharacterStream(String columnLabel) getClob(int columnIndex) intgetDate(int columnIndex) doublegetDouble(int columnIndex) doubleintintfloatgetFloat(int columnIndex) floatintintgetInt(int columnIndex) intlonggetLong(int columnIndex) longgetNCharacterStream(int columnIndex) getNCharacterStream(String columnLabel) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnLabel) getObject(int columnIndex) <T> T<T> TgetRef(int columnIndex) intgetRow()getRowId(int columnIndex) shortgetShort(int columnIndex) shortgetSQLXML(int columnIndex) getString(int columnIndex) getTime(int columnIndex) getTimestamp(int columnIndex) getTimestamp(int columnIndex, Calendar cal) getTimestamp(String columnLabel) getTimestamp(String columnLabel, Calendar cal) intgetType()getUnicodeStream(int columnIndex) Deprecated.getUnicodeStream(String columnLabel) Deprecated.getURL(int columnIndex) voidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class<?> iface) booleanlast()voidvoidbooleannext()booleanprevious()voidbooleanrelative(int rows) booleanbooleanbooleanvoidsetFetchDirection(int direction) voidsetFetchSize(int rows) toString()<T> TvoidupdateArray(int columnIndex, Array x) voidupdateArray(String columnLabel, Array x) voidupdateAsciiStream(int columnIndex, InputStream x) voidupdateAsciiStream(int columnIndex, InputStream x, int length) voidupdateAsciiStream(int columnIndex, InputStream x, long length) voidupdateAsciiStream(String columnLabel, InputStream x) voidupdateAsciiStream(String columnLabel, InputStream x, int length) voidupdateAsciiStream(String columnLabel, InputStream x, long length) voidupdateBigDecimal(int columnIndex, BigDecimal x) voidupdateBigDecimal(String columnLabel, BigDecimal x) voidupdateBinaryStream(int columnIndex, InputStream x) voidupdateBinaryStream(int columnIndex, InputStream x, int length) voidupdateBinaryStream(int columnIndex, InputStream x, long length) voidupdateBinaryStream(String columnLabel, InputStream x) voidupdateBinaryStream(String columnLabel, InputStream x, int length) voidupdateBinaryStream(String columnLabel, InputStream x, long length) voidupdateBlob(int columnIndex, InputStream inputStream) voidupdateBlob(int columnIndex, InputStream inputStream, long length) voidupdateBlob(int columnIndex, Blob x) voidupdateBlob(String columnLabel, InputStream inputStream) voidupdateBlob(String columnLabel, InputStream inputStream, long length) voidupdateBlob(String columnLabel, Blob x) voidupdateBoolean(int columnIndex, boolean x) voidupdateBoolean(String columnLabel, boolean x) voidupdateByte(int columnIndex, byte x) voidupdateByte(String columnLabel, byte x) voidupdateBytes(int columnIndex, byte[] x) voidupdateBytes(String columnLabel, byte[] x) voidupdateCharacterStream(int columnIndex, Reader x) voidupdateCharacterStream(int columnIndex, Reader x, int length) voidupdateCharacterStream(int columnIndex, Reader x, long length) voidupdateCharacterStream(String columnLabel, Reader reader) voidupdateCharacterStream(String columnLabel, Reader reader, int length) voidupdateCharacterStream(String columnLabel, Reader reader, long length) voidupdateClob(int columnIndex, Reader reader) voidupdateClob(int columnIndex, Reader reader, long length) voidupdateClob(int columnIndex, Clob x) voidupdateClob(String columnLabel, Reader reader) voidupdateClob(String columnLabel, Reader reader, long length) voidupdateClob(String columnLabel, Clob x) voidupdateDate(int columnIndex, Date x) voidupdateDate(String columnLabel, Date x) voidupdateDouble(int columnIndex, double x) voidupdateDouble(String columnLabel, double x) voidupdateFloat(int columnIndex, float x) voidupdateFloat(String columnLabel, float x) voidupdateInt(int columnIndex, int x) voidvoidupdateLong(int columnIndex, long x) voidupdateLong(String columnLabel, long x) voidupdateNCharacterStream(int columnIndex, Reader x) voidupdateNCharacterStream(int columnIndex, Reader x, long length) voidupdateNCharacterStream(String columnLabel, Reader reader) voidupdateNCharacterStream(String columnLabel, Reader reader, long length) voidupdateNClob(int columnIndex, Reader reader) voidupdateNClob(int columnIndex, Reader reader, long length) voidupdateNClob(int columnIndex, NClob nClob) voidupdateNClob(String columnLabel, Reader reader) voidupdateNClob(String columnLabel, Reader reader, long length) voidupdateNClob(String columnLabel, NClob nClob) voidupdateNString(int columnIndex, String nString) voidupdateNString(String columnLabel, String nString) voidupdateNull(int columnIndex) voidupdateNull(String columnLabel) voidupdateObject(int columnIndex, Object x) voidupdateObject(int columnIndex, Object x, int scaleOrLength) voidupdateObject(String columnLabel, Object x) voidupdateObject(String columnLabel, Object x, int scaleOrLength) voidvoidvoidvoidupdateRowId(int columnIndex, RowId x) voidupdateRowId(String columnLabel, RowId x) voidupdateShort(int columnIndex, short x) voidupdateShort(String columnLabel, short x) voidupdateSQLXML(int columnIndex, SQLXML xmlObject) voidupdateSQLXML(String columnLabel, SQLXML xmlObject) voidupdateString(int columnIndex, String x) voidupdateString(String columnLabel, String x) voidupdateTime(int columnIndex, Time x) voidupdateTime(String columnLabel, Time x) voidupdateTimestamp(int columnIndex, Timestamp x) voidupdateTimestamp(String columnLabel, Timestamp x) booleanwasNull()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.sql.ResultSetupdateObject, updateObject, updateObject, updateObject
- 
Constructor Details- 
MockResultSet
- 
MockResultSet
 
- 
- 
Method Details- 
unwrap- Specified by:
- unwrapin interface- Wrapper
- Throws:
- SQLException
 
- 
isWrapperFor- Specified by:
- isWrapperForin interface- Wrapper
- Throws:
- SQLException
 
- 
next- Specified by:
- nextin interface- ResultSet
- Throws:
- SQLException
 
- 
previous- Specified by:
- previousin interface- ResultSet
- Throws:
- SQLException
 
- 
absolute- Specified by:
- absolutein interface- ResultSet
- Throws:
- SQLException
 
- 
relative- Specified by:
- relativein interface- ResultSet
- Throws:
- SQLException
 
- 
getRow- Specified by:
- getRowin interface- ResultSet
- Throws:
- SQLException
 
- 
beforeFirst- Specified by:
- beforeFirstin interface- ResultSet
- Throws:
- SQLException
 
- 
afterLast- Specified by:
- afterLastin interface- ResultSet
- Throws:
- SQLException
 
- 
first- Specified by:
- firstin interface- ResultSet
- Throws:
- SQLException
 
- 
last- Specified by:
- lastin interface- ResultSet
- Throws:
- SQLException
 
- 
isFirst- Specified by:
- isFirstin interface- ResultSet
- Throws:
- SQLException
 
- 
isBeforeFirst- Specified by:
- isBeforeFirstin interface- ResultSet
- Throws:
- SQLException
 
- 
isLast- Specified by:
- isLastin interface- ResultSet
- Throws:
- SQLException
 
- 
isAfterLast- Specified by:
- isAfterLastin interface- ResultSet
- Throws:
- SQLException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- ResultSet
- Throws:
- SQLException
 
- 
isClosed- Specified by:
- isClosedin interface- ResultSet
- Throws:
- SQLException
 
- 
getWarnings- Specified by:
- getWarningsin interface- ResultSet
- Throws:
- SQLException
 
- 
clearWarnings- Specified by:
- clearWarningsin interface- ResultSet
- Throws:
- SQLException
 
- 
getCursorName- Specified by:
- getCursorNamein interface- ResultSet
- Throws:
- SQLException
 
- 
findColumn- Specified by:
- findColumnin interface- ResultSet
- Throws:
- SQLException
 
- 
setFetchDirection- Specified by:
- setFetchDirectionin interface- ResultSet
- Throws:
- SQLException
 
- 
getFetchDirection- Specified by:
- getFetchDirectionin interface- ResultSet
- Throws:
- SQLException
 
- 
setFetchSize- Specified by:
- setFetchSizein interface- ResultSet
- Throws:
- SQLException
 
- 
getFetchSize- Specified by:
- getFetchSizein interface- ResultSet
- Throws:
- SQLException
 
- 
getType- Specified by:
- getTypein interface- ResultSet
- Throws:
- SQLException
 
- 
getConcurrency- Specified by:
- getConcurrencyin interface- ResultSet
- Throws:
- SQLException
 
- 
getHoldability- Specified by:
- getHoldabilityin interface- ResultSet
- Throws:
- SQLException
 
- 
wasNull- Specified by:
- wasNullin interface- ResultSet
- Throws:
- SQLException
 
- 
getMetaData- Specified by:
- getMetaDatain interface- ResultSet
- Throws:
- SQLException
 
- 
getStatement- Specified by:
- getStatementin interface- ResultSet
- Throws:
- SQLException
 
- 
getString- Specified by:
- getStringin interface- ResultSet
- Throws:
- SQLException
 
- 
getString- Specified by:
- getStringin interface- ResultSet
- Throws:
- SQLException
 
- 
getNString- Specified by:
- getNStringin interface- ResultSet
- Throws:
- SQLException
 
- 
getNString- Specified by:
- getNStringin interface- ResultSet
- Throws:
- SQLException
 
- 
getBoolean- Specified by:
- getBooleanin interface- ResultSet
- Throws:
- SQLException
 
- 
getBoolean- Specified by:
- getBooleanin interface- ResultSet
- Throws:
- SQLException
 
- 
getByte- Specified by:
- getBytein interface- ResultSet
- Throws:
- SQLException
 
- 
getByte- Specified by:
- getBytein interface- ResultSet
- Throws:
- SQLException
 
- 
getShort- Specified by:
- getShortin interface- ResultSet
- Throws:
- SQLException
 
- 
getShort- Specified by:
- getShortin interface- ResultSet
- Throws:
- SQLException
 
- 
getInt- Specified by:
- getIntin interface- ResultSet
- Throws:
- SQLException
 
- 
getInt- Specified by:
- getIntin interface- ResultSet
- Throws:
- SQLException
 
- 
getLong- Specified by:
- getLongin interface- ResultSet
- Throws:
- SQLException
 
- 
getLong- Specified by:
- getLongin interface- ResultSet
- Throws:
- SQLException
 
- 
getFloat- Specified by:
- getFloatin interface- ResultSet
- Throws:
- SQLException
 
- 
getFloat- Specified by:
- getFloatin interface- ResultSet
- Throws:
- SQLException
 
- 
getDouble- Specified by:
- getDoublein interface- ResultSet
- Throws:
- SQLException
 
- 
getDouble- Specified by:
- getDoublein interface- ResultSet
- Throws:
- SQLException
 
- 
getBigDecimal- Specified by:
- getBigDecimalin interface- ResultSet
- Throws:
- SQLException
 
- 
getBigDecimalDeprecated.- Specified by:
- getBigDecimalin interface- ResultSet
- Throws:
- SQLException
 
- 
getBigDecimal- Specified by:
- getBigDecimalin interface- ResultSet
- Throws:
- SQLException
 
- 
getBigDecimalDeprecated.- Specified by:
- getBigDecimalin interface- ResultSet
- Throws:
- SQLException
 
- 
getBytes- Specified by:
- getBytesin interface- ResultSet
- Throws:
- SQLException
 
- 
getBytes- Specified by:
- getBytesin interface- ResultSet
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- ResultSet
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- ResultSet
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- ResultSet
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- ResultSet
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- ResultSet
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- ResultSet
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- ResultSet
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- ResultSet
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- ResultSet
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- ResultSet
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- ResultSet
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- ResultSet
- Throws:
- SQLException
 
- 
getAsciiStream- Specified by:
- getAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getAsciiStream- Specified by:
- getAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getUnicodeStreamDeprecated.- Specified by:
- getUnicodeStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getUnicodeStreamDeprecated.- Specified by:
- getUnicodeStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getCharacterStream- Specified by:
- getCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getCharacterStream- Specified by:
- getCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getNCharacterStream- Specified by:
- getNCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getNCharacterStream- Specified by:
- getNCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getBinaryStream- Specified by:
- getBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getBinaryStream- Specified by:
- getBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
getRef- Specified by:
- getRefin interface- ResultSet
- Throws:
- SQLException
 
- 
getRef- Specified by:
- getRefin interface- ResultSet
- Throws:
- SQLException
 
- 
getRowId- Specified by:
- getRowIdin interface- ResultSet
- Throws:
- SQLException
 
- 
getRowId- Specified by:
- getRowIdin interface- ResultSet
- Throws:
- SQLException
 
- 
getSQLXML- Specified by:
- getSQLXMLin interface- ResultSet
- Throws:
- SQLException
 
- 
getSQLXML- Specified by:
- getSQLXMLin interface- ResultSet
- Throws:
- SQLException
 
- 
getBlob- Specified by:
- getBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
getBlob- Specified by:
- getBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
getClob- Specified by:
- getClobin interface- ResultSet
- Throws:
- SQLException
 
- 
getClob- Specified by:
- getClobin interface- ResultSet
- Throws:
- SQLException
 
- 
getNClob- Specified by:
- getNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
getNClob- Specified by:
- getNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
getArray- Specified by:
- getArrayin interface- ResultSet
- Throws:
- SQLException
 
- 
getArray- Specified by:
- getArrayin interface- ResultSet
- Throws:
- SQLException
 
- 
getURL- Specified by:
- getURLin interface- ResultSet
- Throws:
- SQLException
 
- 
getURL- Specified by:
- getURLin interface- ResultSet
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- ResultSet
- Overrides:
- getObjectin class- JDBC41ResultSet
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- ResultSet
- Overrides:
- getObjectin class- JDBC41ResultSet
- Throws:
- SQLException
 
- 
rowUpdated- Specified by:
- rowUpdatedin interface- ResultSet
- Throws:
- SQLException
 
- 
rowInserted- Specified by:
- rowInsertedin interface- ResultSet
- Throws:
- SQLException
 
- 
rowDeleted- Specified by:
- rowDeletedin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNull- Specified by:
- updateNullin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBoolean- Specified by:
- updateBooleanin interface- ResultSet
- Throws:
- SQLException
 
- 
updateByte- Specified by:
- updateBytein interface- ResultSet
- Throws:
- SQLException
 
- 
updateShort- Specified by:
- updateShortin interface- ResultSet
- Throws:
- SQLException
 
- 
updateInt- Specified by:
- updateIntin interface- ResultSet
- Throws:
- SQLException
 
- 
updateLong- Specified by:
- updateLongin interface- ResultSet
- Throws:
- SQLException
 
- 
updateFloat- Specified by:
- updateFloatin interface- ResultSet
- Throws:
- SQLException
 
- 
updateDouble- Specified by:
- updateDoublein interface- ResultSet
- Throws:
- SQLException
 
- 
updateBigDecimal- Specified by:
- updateBigDecimalin interface- ResultSet
- Throws:
- SQLException
 
- 
updateString- Specified by:
- updateStringin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBytes- Specified by:
- updateBytesin interface- ResultSet
- Throws:
- SQLException
 
- 
updateDate- Specified by:
- updateDatein interface- ResultSet
- Throws:
- SQLException
 
- 
updateTime- Specified by:
- updateTimein interface- ResultSet
- Throws:
- SQLException
 
- 
updateTimestamp- Specified by:
- updateTimestampin interface- ResultSet
- Throws:
- SQLException
 
- 
updateAsciiStream- Specified by:
- updateAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBinaryStream- Specified by:
- updateBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateCharacterStream- Specified by:
- updateCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateObject- Specified by:
- updateObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
updateObject- Specified by:
- updateObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNull- Specified by:
- updateNullin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBoolean- Specified by:
- updateBooleanin interface- ResultSet
- Throws:
- SQLException
 
- 
updateByte- Specified by:
- updateBytein interface- ResultSet
- Throws:
- SQLException
 
- 
updateShort- Specified by:
- updateShortin interface- ResultSet
- Throws:
- SQLException
 
- 
updateInt- Specified by:
- updateIntin interface- ResultSet
- Throws:
- SQLException
 
- 
updateLong- Specified by:
- updateLongin interface- ResultSet
- Throws:
- SQLException
 
- 
updateFloat- Specified by:
- updateFloatin interface- ResultSet
- Throws:
- SQLException
 
- 
updateDouble- Specified by:
- updateDoublein interface- ResultSet
- Throws:
- SQLException
 
- 
updateBigDecimal- Specified by:
- updateBigDecimalin interface- ResultSet
- Throws:
- SQLException
 
- 
updateString- Specified by:
- updateStringin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBytes- Specified by:
- updateBytesin interface- ResultSet
- Throws:
- SQLException
 
- 
updateDate- Specified by:
- updateDatein interface- ResultSet
- Throws:
- SQLException
 
- 
updateTime- Specified by:
- updateTimein interface- ResultSet
- Throws:
- SQLException
 
- 
updateTimestamp- Specified by:
- updateTimestampin interface- ResultSet
- Throws:
- SQLException
 
- 
updateAsciiStream- Specified by:
- updateAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBinaryStream- Specified by:
- updateBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateCharacterStreampublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
- updateCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateRef- Specified by:
- updateRefin interface- ResultSet
- Throws:
- SQLException
 
- 
updateRef- Specified by:
- updateRefin interface- ResultSet
- Throws:
- SQLException
 
- 
updateRowId- Specified by:
- updateRowIdin interface- ResultSet
- Throws:
- SQLException
 
- 
updateRowId- Specified by:
- updateRowIdin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBlob- Specified by:
- updateBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBlob- Specified by:
- updateBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateClob- Specified by:
- updateClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateClob- Specified by:
- updateClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateArray- Specified by:
- updateArrayin interface- ResultSet
- Throws:
- SQLException
 
- 
updateArray- Specified by:
- updateArrayin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNString- Specified by:
- updateNStringin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNString- Specified by:
- updateNStringin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNClob- Specified by:
- updateNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNClob- Specified by:
- updateNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateSQLXML- Specified by:
- updateSQLXMLin interface- ResultSet
- Throws:
- SQLException
 
- 
updateSQLXML- Specified by:
- updateSQLXMLin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNCharacterStream- Specified by:
- updateNCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNCharacterStreampublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
- updateNCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateAsciiStream- Specified by:
- updateAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBinaryStream- Specified by:
- updateBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateCharacterStream- Specified by:
- updateCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateAsciiStream- Specified by:
- updateAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBinaryStream- Specified by:
- updateBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateCharacterStreampublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
- updateCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBlob- Specified by:
- updateBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBlobpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
- updateBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateClob- Specified by:
- updateClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateClob- Specified by:
- updateClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNClob- Specified by:
- updateNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNClob- Specified by:
- updateNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNCharacterStream- Specified by:
- updateNCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNCharacterStream- Specified by:
- updateNCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateAsciiStream- Specified by:
- updateAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBinaryStream- Specified by:
- updateBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateCharacterStream- Specified by:
- updateCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateAsciiStream- Specified by:
- updateAsciiStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBinaryStream- Specified by:
- updateBinaryStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateCharacterStream- Specified by:
- updateCharacterStreamin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBlob- Specified by:
- updateBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateBlob- Specified by:
- updateBlobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateClob- Specified by:
- updateClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateClob- Specified by:
- updateClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNClob- Specified by:
- updateNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateNClob- Specified by:
- updateNClobin interface- ResultSet
- Throws:
- SQLException
 
- 
updateObject- Specified by:
- updateObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
updateObject- Specified by:
- updateObjectin interface- ResultSet
- Throws:
- SQLException
 
- 
insertRow- Specified by:
- insertRowin interface- ResultSet
- Throws:
- SQLException
 
- 
updateRow- Specified by:
- updateRowin interface- ResultSet
- Throws:
- SQLException
 
- 
deleteRow- Specified by:
- deleteRowin interface- ResultSet
- Throws:
- SQLException
 
- 
refreshRow- Specified by:
- refreshRowin interface- ResultSet
- Throws:
- SQLException
 
- 
cancelRowUpdates- Specified by:
- cancelRowUpdatesin interface- ResultSet
- Throws:
- SQLException
 
- 
moveToInsertRow- Specified by:
- moveToInsertRowin interface- ResultSet
- Throws:
- SQLException
 
- 
moveToCurrentRow- Specified by:
- moveToCurrentRowin interface- ResultSet
- Throws:
- SQLException
 
- 
toString
 
-