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