public static class SQLQueryTester.Result
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Gets a translated message representing the state of the query.
|
java.lang.Integer |
getOffset()
Gets the offset of any error in the query, if the result was false.
|
java.lang.String |
getQuery()
Gets the query text that was tested.
|
boolean |
getResult()
Gets the result of the test.
|
public java.lang.String getQuery()
public boolean getResult()
public java.lang.String getMessage()
public java.lang.Integer getOffset()