public class ExecutePreparedSQLRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_resultWindowCount |
protected int |
local_resultWindowStart |
protected boolean |
local_suppressResults |
protected boolean |
local_suppressXmlSchema |
protected String |
local_targetCluster |
protected String |
local_userName |
protected ArrayOfNamedValueWrapper |
local_variables |
protected int |
local_wait |
protected String |
local_wuId |
| Constructor and Description |
|---|
ExecutePreparedSQLRequestWrapper() |
ExecutePreparedSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest executepreparedsqlrequest) |
ExecutePreparedSQLRequestWrapper(String _wuId,
String _userName,
String _targetCluster,
boolean _suppressResults,
boolean _suppressXmlSchema,
int _wait,
int _resultWindowStart,
int _resultWindowCount,
ArrayOfNamedValueWrapper _variables) |
| Modifier and Type | Method and Description |
|---|---|
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest |
getRaw() |
int |
getResultWindowCount() |
int |
getResultWindowStart() |
boolean |
getSuppressResults() |
boolean |
getSuppressXmlSchema() |
String |
getTargetCluster() |
String |
getUserName() |
ArrayOfNamedValueWrapper |
getVariables() |
int |
getWait() |
String |
getWuId() |
void |
setResultWindowCount(int _resultWindowCount) |
void |
setResultWindowStart(int _resultWindowStart) |
void |
setSuppressResults(boolean _suppressResults) |
void |
setSuppressXmlSchema(boolean _suppressXmlSchema) |
void |
setTargetCluster(String _targetCluster) |
void |
setUserName(String _userName) |
void |
setVariables(ArrayOfNamedValueWrapper _variables) |
void |
setWait(int _wait) |
void |
setWuId(String _wuId) |
String |
toString() |
protected String local_wuId
protected String local_userName
protected String local_targetCluster
protected boolean local_suppressResults
protected boolean local_suppressXmlSchema
protected int local_wait
protected int local_resultWindowStart
protected int local_resultWindowCount
protected ArrayOfNamedValueWrapper local_variables
public ExecutePreparedSQLRequestWrapper()
public ExecutePreparedSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest executepreparedsqlrequest)
public ExecutePreparedSQLRequestWrapper(String _wuId, String _userName, String _targetCluster, boolean _suppressResults, boolean _suppressXmlSchema, int _wait, int _resultWindowStart, int _resultWindowCount, ArrayOfNamedValueWrapper _variables)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest getRaw()
public void setWuId(String _wuId)
public String getWuId()
public void setUserName(String _userName)
public String getUserName()
public void setTargetCluster(String _targetCluster)
public String getTargetCluster()
public void setSuppressResults(boolean _suppressResults)
public boolean getSuppressResults()
public void setSuppressXmlSchema(boolean _suppressXmlSchema)
public boolean getSuppressXmlSchema()
public void setWait(int _wait)
public int getWait()
public void setResultWindowStart(int _resultWindowStart)
public int getResultWindowStart()
public void setResultWindowCount(int _resultWindowCount)
public int getResultWindowCount()
public void setVariables(ArrayOfNamedValueWrapper _variables)
public ArrayOfNamedValueWrapper getVariables()
Copyright © 2021. All rights reserved.