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 TypeMethodDescriptionboolean
absolute
(int arg0) void
void
void
void
void
close()
void
int
findColumn
(String arg0) boolean
first()
getArray
(int arg0) getAsciiStream
(int arg0) getAsciiStream
(String arg0) getBigDecimal
(int arg0) getBigDecimal
(String arg0) getBinaryStream
(int arg0) getBinaryStream
(String arg0) getBlob
(int arg0) boolean
getBoolean
(int arg0) boolean
getBoolean
(String arg0) byte
getByte
(int arg0) byte
byte[]
getBytes
(int arg0) byte[]
getCharacterStream
(int arg0) getCharacterStream
(String arg0) getClob
(int arg0) int
getDate
(int arg0) double
getDouble
(int arg0) double
int
int
float
getFloat
(int arg0) float
int
int
getInt
(int arg0) int
long
getLong
(int arg0) long
getNCharacterStream
(int arg0) getNCharacterStream
(String arg0) getNClob
(int arg0) getNString
(int arg0) getNString
(String arg0) getObject
(int arg0) <T> T
<T> T
getRef
(int arg0) int
getRow()
getRowId
(int arg0) short
getShort
(int arg0) short
getSQLXML
(int arg0) getString
(int arg0) getTime
(int arg0) getTimestamp
(int arg0) getTimestamp
(int arg0, Calendar arg1) getTimestamp
(String arg0) getTimestamp
(String arg0, Calendar arg1) int
getType()
getURL
(int arg0) void
boolean
boolean
boolean
isClosed()
boolean
isFirst()
boolean
isLast()
boolean
isWrapperFor
(Class<?> arg0) boolean
last()
void
void
boolean
next()
boolean
previous()
void
boolean
relative
(int arg0) boolean
boolean
boolean
void
setFetchDirection
(int arg0) void
setFetchSize
(int arg0) <T> T
void
updateArray
(int arg0, Array arg1) void
updateArray
(String arg0, Array arg1) void
updateAsciiStream
(int arg0, InputStream arg1) void
updateAsciiStream
(int arg0, InputStream arg1, int arg2) void
updateAsciiStream
(int arg0, InputStream arg1, long arg2) void
updateAsciiStream
(String arg0, InputStream arg1) void
updateAsciiStream
(String arg0, InputStream arg1, int arg2) void
updateAsciiStream
(String arg0, InputStream arg1, long arg2) void
updateBigDecimal
(int arg0, BigDecimal arg1) void
updateBigDecimal
(String arg0, BigDecimal arg1) void
updateBinaryStream
(int arg0, InputStream arg1) void
updateBinaryStream
(int arg0, InputStream arg1, int arg2) void
updateBinaryStream
(int arg0, InputStream arg1, long arg2) void
updateBinaryStream
(String arg0, InputStream arg1) void
updateBinaryStream
(String arg0, InputStream arg1, int arg2) void
updateBinaryStream
(String arg0, InputStream arg1, long arg2) void
updateBlob
(int arg0, InputStream arg1) void
updateBlob
(int arg0, InputStream arg1, long arg2) void
updateBlob
(int arg0, Blob arg1) void
updateBlob
(String arg0, InputStream arg1) void
updateBlob
(String arg0, InputStream arg1, long arg2) void
updateBlob
(String arg0, Blob arg1) void
updateBoolean
(int arg0, boolean arg1) void
updateBoolean
(String arg0, boolean arg1) void
updateByte
(int arg0, byte arg1) void
updateByte
(String arg0, byte arg1) void
updateBytes
(int arg0, byte[] arg1) void
updateBytes
(String arg0, byte[] arg1) void
updateCharacterStream
(int arg0, Reader arg1) void
updateCharacterStream
(int arg0, Reader arg1, int arg2) void
updateCharacterStream
(int arg0, Reader arg1, long arg2) void
updateCharacterStream
(String arg0, Reader arg1) void
updateCharacterStream
(String arg0, Reader arg1, int arg2) void
updateCharacterStream
(String arg0, Reader arg1, long arg2) void
updateClob
(int arg0, Reader arg1) void
updateClob
(int arg0, Reader arg1, long arg2) void
updateClob
(int arg0, Clob arg1) void
updateClob
(String arg0, Reader arg1) void
updateClob
(String arg0, Reader arg1, long arg2) void
updateClob
(String arg0, Clob arg1) void
updateDate
(int arg0, Date arg1) void
updateDate
(String arg0, Date arg1) void
updateDouble
(int arg0, double arg1) void
updateDouble
(String arg0, double arg1) void
updateFloat
(int arg0, float arg1) void
updateFloat
(String arg0, float arg1) void
updateInt
(int arg0, int arg1) void
void
updateLong
(int arg0, long arg1) void
updateLong
(String arg0, long arg1) void
updateNCharacterStream
(int arg0, Reader arg1) void
updateNCharacterStream
(int arg0, Reader arg1, long arg2) void
updateNCharacterStream
(String arg0, Reader arg1) void
updateNCharacterStream
(String arg0, Reader arg1, long arg2) void
updateNClob
(int arg0, Reader arg1) void
updateNClob
(int arg0, Reader arg1, long arg2) void
updateNClob
(int arg0, NClob arg1) void
updateNClob
(String arg0, Reader arg1) void
updateNClob
(String arg0, Reader arg1, long arg2) void
updateNClob
(String arg0, NClob arg1) void
updateNString
(int arg0, String arg1) void
updateNString
(String arg0, String arg1) void
updateNull
(int arg0) void
updateNull
(String arg0) void
updateObject
(int arg0, Object arg1) void
updateObject
(int arg0, Object arg1, int arg2) void
updateObject
(String arg0, Object arg1) void
updateObject
(String arg0, Object arg1, int arg2) void
void
void
void
updateRowId
(int arg0, RowId arg1) void
updateRowId
(String arg0, RowId arg1) void
updateShort
(int arg0, short arg1) void
updateShort
(String arg0, short arg1) void
updateSQLXML
(int arg0, SQLXML arg1) void
updateSQLXML
(String arg0, SQLXML arg1) void
updateString
(int arg0, String arg1) void
updateString
(String arg0, String arg1) void
updateTime
(int arg0, Time arg1) void
updateTime
(String arg0, Time arg1) void
updateTimestamp
(int arg0, Timestamp arg1) void
updateTimestamp
(String arg0, Timestamp arg1) boolean
wasNull()
Methods inherited from class org.jumpmind.db.mock.MockResultSet
getBigDecimal, getBigDecimal, getUnicodeStream, getUnicodeStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Constructor Details
-
EmptyResultSet
public EmptyResultSet()
-
-
Method Details
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Overrides:
isWrapperFor
in classMockResultSet
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Overrides:
unwrap
in classMockResultSet
- Throws:
SQLException
-
absolute
- Specified by:
absolute
in interfaceResultSet
- Overrides:
absolute
in classMockResultSet
- Throws:
SQLException
-
afterLast
- Specified by:
afterLast
in interfaceResultSet
- Overrides:
afterLast
in classMockResultSet
- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirst
in interfaceResultSet
- Overrides:
beforeFirst
in classMockResultSet
- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdates
in interfaceResultSet
- Overrides:
cancelRowUpdates
in classMockResultSet
- Throws:
SQLException
-
clearWarnings
- Specified by:
clearWarnings
in interfaceResultSet
- Overrides:
clearWarnings
in classMockResultSet
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResultSet
- Overrides:
close
in classMockResultSet
- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRow
in interfaceResultSet
- Overrides:
deleteRow
in classMockResultSet
- Throws:
SQLException
-
findColumn
- Specified by:
findColumn
in interfaceResultSet
- Overrides:
findColumn
in classMockResultSet
- Throws:
SQLException
-
first
- Specified by:
first
in interfaceResultSet
- Overrides:
first
in classMockResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Overrides:
getArray
in classMockResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Overrides:
getArray
in classMockResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Overrides:
getAsciiStream
in classMockResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Overrides:
getAsciiStream
in classMockResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Overrides:
getBigDecimal
in classMockResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Overrides:
getBigDecimal
in classMockResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Overrides:
getBinaryStream
in classMockResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Overrides:
getBinaryStream
in classMockResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Overrides:
getBlob
in classMockResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Overrides:
getBlob
in classMockResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Overrides:
getBoolean
in classMockResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Overrides:
getBoolean
in classMockResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Overrides:
getByte
in classMockResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Overrides:
getByte
in classMockResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Overrides:
getBytes
in classMockResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Overrides:
getBytes
in classMockResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Overrides:
getCharacterStream
in classMockResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Overrides:
getCharacterStream
in classMockResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Overrides:
getClob
in classMockResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Overrides:
getClob
in classMockResultSet
- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrency
in interfaceResultSet
- Overrides:
getConcurrency
in classMockResultSet
- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorName
in interfaceResultSet
- Overrides:
getCursorName
in classMockResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Overrides:
getDate
in classMockResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Overrides:
getDate
in classMockResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Overrides:
getDate
in classMockResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Overrides:
getDate
in classMockResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Overrides:
getDouble
in classMockResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Overrides:
getDouble
in classMockResultSet
- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirection
in interfaceResultSet
- Overrides:
getFetchDirection
in classMockResultSet
- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSize
in interfaceResultSet
- Overrides:
getFetchSize
in classMockResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Overrides:
getFloat
in classMockResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Overrides:
getFloat
in classMockResultSet
- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldability
in interfaceResultSet
- Overrides:
getHoldability
in classMockResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Overrides:
getInt
in classMockResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Overrides:
getInt
in classMockResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Overrides:
getLong
in classMockResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Overrides:
getLong
in classMockResultSet
- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaData
in interfaceResultSet
- Overrides:
getMetaData
in classMockResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Overrides:
getNCharacterStream
in classMockResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Overrides:
getNCharacterStream
in classMockResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Overrides:
getNClob
in classMockResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Overrides:
getNClob
in classMockResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Overrides:
getNString
in classMockResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Overrides:
getNString
in classMockResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Overrides:
getObject
in classMockResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Overrides:
getObject
in classMockResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Overrides:
getObject
in classMockResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Overrides:
getObject
in classMockResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Overrides:
getObject
in classMockResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Overrides:
getObject
in classMockResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Overrides:
getRef
in classMockResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Overrides:
getRef
in classMockResultSet
- Throws:
SQLException
-
getRow
- Specified by:
getRow
in interfaceResultSet
- Overrides:
getRow
in classMockResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Overrides:
getRowId
in classMockResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Overrides:
getRowId
in classMockResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Overrides:
getSQLXML
in classMockResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Overrides:
getSQLXML
in classMockResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Overrides:
getShort
in classMockResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Overrides:
getShort
in classMockResultSet
- Throws:
SQLException
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Overrides:
getStatement
in classMockResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Overrides:
getString
in classMockResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Overrides:
getString
in classMockResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Overrides:
getTime
in classMockResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Overrides:
getTime
in classMockResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Overrides:
getTime
in classMockResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Overrides:
getTime
in classMockResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Overrides:
getTimestamp
in classMockResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Overrides:
getTimestamp
in classMockResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Overrides:
getTimestamp
in classMockResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Overrides:
getTimestamp
in classMockResultSet
- Throws:
SQLException
-
getType
- Specified by:
getType
in interfaceResultSet
- Overrides:
getType
in classMockResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Overrides:
getURL
in classMockResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Overrides:
getURL
in classMockResultSet
- Throws:
SQLException
-
getWarnings
- Specified by:
getWarnings
in interfaceResultSet
- Overrides:
getWarnings
in classMockResultSet
- Throws:
SQLException
-
insertRow
- Specified by:
insertRow
in interfaceResultSet
- Overrides:
insertRow
in classMockResultSet
- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLast
in interfaceResultSet
- Overrides:
isAfterLast
in classMockResultSet
- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirst
in interfaceResultSet
- Overrides:
isBeforeFirst
in classMockResultSet
- Throws:
SQLException
-
isClosed
- Specified by:
isClosed
in interfaceResultSet
- Overrides:
isClosed
in classMockResultSet
- Throws:
SQLException
-
isFirst
- Specified by:
isFirst
in interfaceResultSet
- Overrides:
isFirst
in classMockResultSet
- Throws:
SQLException
-
isLast
- Specified by:
isLast
in interfaceResultSet
- Overrides:
isLast
in classMockResultSet
- Throws:
SQLException
-
last
- Specified by:
last
in interfaceResultSet
- Overrides:
last
in classMockResultSet
- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRow
in interfaceResultSet
- Overrides:
moveToCurrentRow
in classMockResultSet
- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRow
in interfaceResultSet
- Overrides:
moveToInsertRow
in classMockResultSet
- Throws:
SQLException
-
next
- Specified by:
next
in interfaceResultSet
- Overrides:
next
in classMockResultSet
- Throws:
SQLException
-
previous
- Specified by:
previous
in interfaceResultSet
- Overrides:
previous
in classMockResultSet
- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRow
in interfaceResultSet
- Overrides:
refreshRow
in classMockResultSet
- Throws:
SQLException
-
relative
- Specified by:
relative
in interfaceResultSet
- Overrides:
relative
in classMockResultSet
- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeleted
in interfaceResultSet
- Overrides:
rowDeleted
in classMockResultSet
- Throws:
SQLException
-
rowInserted
- Specified by:
rowInserted
in interfaceResultSet
- Overrides:
rowInserted
in classMockResultSet
- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdated
in interfaceResultSet
- Overrides:
rowUpdated
in classMockResultSet
- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirection
in interfaceResultSet
- Overrides:
setFetchDirection
in classMockResultSet
- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSize
in interfaceResultSet
- Overrides:
setFetchSize
in classMockResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Overrides:
updateArray
in classMockResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Overrides:
updateArray
in classMockResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classMockResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classMockResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classMockResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classMockResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classMockResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classMockResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Overrides:
updateBigDecimal
in classMockResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Overrides:
updateBigDecimal
in classMockResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classMockResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classMockResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classMockResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classMockResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classMockResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classMockResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classMockResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classMockResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classMockResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classMockResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classMockResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classMockResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Overrides:
updateBoolean
in classMockResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Overrides:
updateBoolean
in classMockResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Overrides:
updateByte
in classMockResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Overrides:
updateByte
in classMockResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Overrides:
updateBytes
in classMockResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Overrides:
updateBytes
in classMockResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classMockResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classMockResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classMockResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classMockResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classMockResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classMockResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Overrides:
updateDate
in classMockResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Overrides:
updateDate
in classMockResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Overrides:
updateDouble
in classMockResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Overrides:
updateDouble
in classMockResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Overrides:
updateFloat
in classMockResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Overrides:
updateFloat
in classMockResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Overrides:
updateInt
in classMockResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Overrides:
updateInt
in classMockResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Overrides:
updateLong
in classMockResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Overrides:
updateLong
in classMockResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classMockResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classMockResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classMockResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classMockResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classMockResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classMockResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classMockResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Overrides:
updateNString
in classMockResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Overrides:
updateNString
in classMockResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Overrides:
updateNull
in classMockResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Overrides:
updateNull
in classMockResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classMockResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classMockResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classMockResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classMockResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Overrides:
updateRef
in classMockResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Overrides:
updateRef
in classMockResultSet
- Throws:
SQLException
-
updateRow
- Specified by:
updateRow
in interfaceResultSet
- Overrides:
updateRow
in classMockResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Overrides:
updateRowId
in classMockResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Overrides:
updateRowId
in classMockResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Overrides:
updateSQLXML
in classMockResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Overrides:
updateSQLXML
in classMockResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Overrides:
updateShort
in classMockResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Overrides:
updateShort
in classMockResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Overrides:
updateString
in classMockResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Overrides:
updateString
in classMockResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Overrides:
updateTime
in classMockResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Overrides:
updateTime
in classMockResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Overrides:
updateTimestamp
in classMockResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Overrides:
updateTimestamp
in classMockResultSet
- Throws:
SQLException
-
wasNull
- Specified by:
wasNull
in interfaceResultSet
- Overrides:
wasNull
in classMockResultSet
- Throws:
SQLException
-