|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.scenario.standalone.sql.request.DropRequestTest.ParsingResult
Stores the expected result of the call to
DropRequest.parse(DatabaseSchema, int, boolean)
method.
| Field Summary | |
protected java.lang.String |
errorMessage
Error message if the request is invalid. |
protected boolean |
isValid
true if the request is valid. |
protected java.lang.String |
request
Request to test. |
protected DatabaseTable |
table
Database table to delete the request is valid. |
| Constructor Summary | |
protected |
DropRequestTest.ParsingResult(java.lang.String request,
boolean isValid,
java.lang.String s)
Creates a new ParsingResult instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String request
protected boolean isValid
true if the request is valid.
protected DatabaseTable table
protected java.lang.String errorMessage
| Constructor Detail |
protected DropRequestTest.ParsingResult(java.lang.String request,
boolean isValid,
java.lang.String s)
ParsingResult instance.
request - request to test.isValid - true if the request is valid.s - table name if the request is valid or error message if the
request is invalid
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||