org.dbunit.database
Class ExtendedMockMultiRowResultSet

java.lang.Object
  extended by com.mockobjects.MockObject
      extended by com.mockobjects.sql.MockMultiRowResultSet
          extended by org.dbunit.database.ExtendedMockMultiRowResultSet
All Implemented Interfaces:
com.mockobjects.Verifiable, ResultSet, Wrapper

public class ExtendedMockMultiRowResultSet
extends com.mockobjects.sql.MockMultiRowResultSet

Since:
Aug 11, 2003
Version:
$Revision: 398 $
Author:
Manuel Laflamme

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

myNextCalls

protected final com.mockobjects.ExpectationCounter myNextCalls

name

protected final String name
Constructor Detail

ExtendedMockMultiRowResultSet

public ExtendedMockMultiRowResultSet()
Method Detail

wasNull

public boolean wasNull()
                throws SQLException
Always returns false.

Specified by:
wasNull in interface ResultSet
Overrides:
wasNull in class com.mockobjects.sql.MockMultiRowResultSet
Throws:
SQLException


Copyright © 2002-2012. All Rights Reserved.