public class PrepareSQLResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected String |
local_result |
protected ECLWorkunitWrapper |
local_workunit |
| Constructor and Description |
|---|
PrepareSQLResponseWrapper() |
PrepareSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
ECLWorkunitWrapper _workunit,
String _result) |
PrepareSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse preparesqlresponse) |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
getExceptions() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse |
getRaw() |
String |
getResult() |
ECLWorkunitWrapper |
getWorkunit() |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setResult(String _result) |
void |
setWorkunit(ECLWorkunitWrapper _workunit) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected ECLWorkunitWrapper local_workunit
protected String local_result
public PrepareSQLResponseWrapper()
public PrepareSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse preparesqlresponse)
public PrepareSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, ECLWorkunitWrapper _workunit, String _result)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setWorkunit(ECLWorkunitWrapper _workunit)
public ECLWorkunitWrapper getWorkunit()
public void setResult(String _result)
public String getResult()
Copyright © 2021. All rights reserved.