|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mockrunner.jdbc.AbstractResultSetHandler
com.mockrunner.jdbc.StatementResultSetHandler
public class StatementResultSetHandler
Concrete handler for AbstractResultSetHandler.
| Constructor Summary | |
|---|---|
StatementResultSetHandler()
|
|
| Method Summary | |
|---|---|
void |
addStatement(MockStatement statement)
The Connection adds new statements with
this method. |
void |
clearStatements()
Clears the List of statements. |
java.util.List |
getStatements()
Returns a List of all statements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatementResultSetHandler()
| Method Detail |
|---|
public void addStatement(MockStatement statement)
Connection adds new statements with
this method.
statement - the MockStatementpublic java.util.List getStatements()
List of all statements.
List of MockStatement objectspublic void clearStatements()
List of statements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||