public final class JExecuteResults
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JExecuteResults(java.lang.String capturing,
JCapture captureObj,
java.lang.String returning,
JSelectList returnList) |
Modifier and Type | Method and Description |
---|---|
JCapture |
getCapture()
Returns an incremental fetch capture object or null if there is no
capture object
|
java.lang.String |
getCaptureString()
Returns the capture string or null if there is no capture string
|
JSelectList |
getReturnList()
Retrieves the select list generated by command
|
java.lang.String |
getReturnString()
Retrieves the return string generated by command or null if there
is no return string
|
protected JExecuteResults(java.lang.String capturing, JCapture captureObj, java.lang.String returning, JSelectList returnList)
public java.lang.String getCaptureString()
public JCapture getCapture()
public java.lang.String getReturnString()
public JSelectList getReturnList()