|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mockobjects.MockObject
com.mockobjects.sql.MockMultiRowResultSet
org.dbunit.database.ExtendedMockMultiRowResultSet
public class ExtendedMockMultiRowResultSet
Field Summary | |
---|---|
protected com.mockobjects.ExpectationCounter |
myNextCalls
|
protected String |
name
|
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 | |
---|---|
ExtendedMockMultiRowResultSet()
|
Method Summary | |
---|---|
boolean |
wasNull()
Always returns false. |
Methods inherited from class com.mockobjects.sql.MockMultiRowResultSet |
---|
getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getRowId, getRowId, getSQLXML, getSQLXML, getURL, getURL, isClosed, isWrapperFor, unwrap, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateRef, updateRef, updateRowId, updateRowId, updateSQLXML, updateSQLXML |
Methods inherited from class com.mockobjects.MockObject |
---|
assertEquals, assertEquals, assertTrue, fail, notImplemented, notYetImplemented, notYetImplemented, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final com.mockobjects.ExpectationCounter myNextCalls
protected final String name
Constructor Detail |
---|
public ExtendedMockMultiRowResultSet()
Method Detail |
---|
public boolean wasNull() throws SQLException
wasNull
in interface ResultSet
wasNull
in class com.mockobjects.sql.MockMultiRowResultSet
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |