|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mockobjects.MockObject
com.mockobjects.sql.MockSingleRowResultSet
org.dbunit.database.ExtendedMockSingleRowResultSet
public class ExtendedMockSingleRowResultSet
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 | |
---|---|
ExtendedMockSingleRowResultSet()
|
Method Summary | |
---|---|
boolean |
getBoolean(int i)
|
boolean |
getBoolean(String s)
|
byte |
getByte(int i)
|
byte |
getByte(String s)
|
double |
getDouble(int i)
|
double |
getDouble(String s)
|
float |
getFloat(int i)
|
float |
getFloat(String s)
|
int |
getInt(int i)
|
int |
getInt(String s)
|
long |
getLong(int i)
|
long |
getLong(String s)
|
Object |
getObject(int i)
|
Object |
getObject(String s)
|
short |
getShort(int i)
|
short |
getShort(String s)
|
boolean |
wasNull()
|
Methods inherited from class com.mockobjects.sql.MockSingleRowResultSet |
---|
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 ExtendedMockSingleRowResultSet()
Method Detail |
---|
public Object getObject(String s) throws SQLException
getObject
in interface ResultSet
getObject
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public Object getObject(int i) throws SQLException
getObject
in interface ResultSet
getObject
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public boolean getBoolean(int i) throws SQLException
getBoolean
in interface ResultSet
getBoolean
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public boolean getBoolean(String s) throws SQLException
getBoolean
in interface ResultSet
getBoolean
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public byte getByte(int i) throws SQLException
getByte
in interface ResultSet
getByte
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public byte getByte(String s) throws SQLException
getByte
in interface ResultSet
getByte
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public double getDouble(int i) throws SQLException
getDouble
in interface ResultSet
getDouble
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public double getDouble(String s) throws SQLException
getDouble
in interface ResultSet
getDouble
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public float getFloat(int i) throws SQLException
getFloat
in interface ResultSet
getFloat
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public float getFloat(String s) throws SQLException
getFloat
in interface ResultSet
getFloat
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public int getInt(int i) throws SQLException
getInt
in interface ResultSet
getInt
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public int getInt(String s) throws SQLException
getInt
in interface ResultSet
getInt
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public long getLong(int i) throws SQLException
getLong
in interface ResultSet
getLong
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public long getLong(String s) throws SQLException
getLong
in interface ResultSet
getLong
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public short getShort(String s) throws SQLException
getShort
in interface ResultSet
getShort
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public short getShort(int i) throws SQLException
getShort
in interface ResultSet
getShort
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
public boolean wasNull() throws SQLException
wasNull
in interface ResultSet
wasNull
in class com.mockobjects.sql.MockSingleRowResultSet
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |