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