Class Result
Contains result of query regardless of whether it contains an error or data answer
class Result
;
Methods
Name | Description |
---|---|
getAnswer
()
|
Creates Answer object |
resultErrorField
(fieldcode)
|
Returns an individual field of an error report. |
resultErrorMessage
()
|
Returns the error message associated with the command, or an empty string if there was no error. |
status
()
|
Returns the result status of the command. |
statusString
()
|
Text description of result status. |
toString
()
|