public class ExecuteSQLRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AlternateClusters_type0Wrapper |
local_alternateClusters |
protected boolean |
local_ignoreCache |
protected int |
local_resultLimit |
protected int |
local_resultWindowCount |
protected int |
local_resultWindowStart |
protected String |
local_sqlText |
protected boolean |
local_suppressResults |
protected boolean |
local_suppressXmlSchema |
protected String |
local_targetCluster |
protected String |
local_targetQuerySet |
protected String |
local_userName |
protected int |
local_wait |
| Constructor and Description |
|---|
ExecuteSQLRequestWrapper() |
ExecuteSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest executesqlrequest) |
ExecuteSQLRequestWrapper(String _sqlText,
String _userName,
String _targetCluster,
AlternateClusters_type0Wrapper _alternateClusters,
String _targetQuerySet,
boolean _suppressResults,
boolean _suppressXmlSchema,
int _wait,
int _resultLimit,
int _resultWindowStart,
int _resultWindowCount,
boolean _ignoreCache) |
protected String local_sqlText
protected String local_userName
protected String local_targetCluster
protected AlternateClusters_type0Wrapper local_alternateClusters
protected String local_targetQuerySet
protected boolean local_suppressResults
protected boolean local_suppressXmlSchema
protected int local_wait
protected int local_resultLimit
protected int local_resultWindowStart
protected int local_resultWindowCount
protected boolean local_ignoreCache
public ExecuteSQLRequestWrapper()
public ExecuteSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest executesqlrequest)
public ExecuteSQLRequestWrapper(String _sqlText, String _userName, String _targetCluster, AlternateClusters_type0Wrapper _alternateClusters, String _targetQuerySet, boolean _suppressResults, boolean _suppressXmlSchema, int _wait, int _resultLimit, int _resultWindowStart, int _resultWindowCount, boolean _ignoreCache)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest getRaw()
public void setSqlText(String _sqlText)
public String getSqlText()
public void setUserName(String _userName)
public String getUserName()
public void setTargetCluster(String _targetCluster)
public String getTargetCluster()
public void setAlternateClusters(AlternateClusters_type0Wrapper _alternateClusters)
public AlternateClusters_type0Wrapper getAlternateClusters()
public void setTargetQuerySet(String _targetQuerySet)
public String getTargetQuerySet()
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 setResultLimit(int _resultLimit)
public int getResultLimit()
public void setResultWindowStart(int _resultWindowStart)
public int getResultWindowStart()
public void setResultWindowCount(int _resultWindowCount)
public int getResultWindowCount()
public void setIgnoreCache(boolean _ignoreCache)
public boolean getIgnoreCache()
Copyright © 2021. All rights reserved.