Class ExecuteSQLRequestWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ExecuteSQLRequestWrapper
-
public class ExecuteSQLRequestWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ExecuteSQLRequestWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.931Z
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ExecuteSQLRequestWrapper()
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)
ExecuteSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest executesqlrequest)
-
Method Summary
-
-
-
Field Detail
-
local_sqlText
protected String local_sqlText
-
local_userName
protected String local_userName
-
local_targetCluster
protected String local_targetCluster
-
local_alternateClusters
protected AlternateClusters_type0Wrapper local_alternateClusters
-
local_targetQuerySet
protected String local_targetQuerySet
-
local_suppressResults
protected boolean local_suppressResults
-
local_suppressXmlSchema
protected boolean local_suppressXmlSchema
-
local_wait
protected int local_wait
-
local_resultLimit
protected int local_resultLimit
-
local_resultWindowStart
protected int local_resultWindowStart
-
local_resultWindowCount
protected int local_resultWindowCount
-
local_ignoreCache
protected boolean local_ignoreCache
-
-
Constructor Detail
-
ExecuteSQLRequestWrapper
public ExecuteSQLRequestWrapper()
-
ExecuteSQLRequestWrapper
public ExecuteSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest executesqlrequest)
-
ExecuteSQLRequestWrapper
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)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecuteSQLRequest getRaw()
-
setSqlText
public void setSqlText(String _sqlText)
-
getSqlText
public String getSqlText()
-
setUserName
public void setUserName(String _userName)
-
getUserName
public String getUserName()
-
setTargetCluster
public void setTargetCluster(String _targetCluster)
-
getTargetCluster
public String getTargetCluster()
-
setAlternateClusters
public void setAlternateClusters(AlternateClusters_type0Wrapper _alternateClusters)
-
getAlternateClusters
public AlternateClusters_type0Wrapper getAlternateClusters()
-
setTargetQuerySet
public void setTargetQuerySet(String _targetQuerySet)
-
getTargetQuerySet
public String getTargetQuerySet()
-
setSuppressResults
public void setSuppressResults(boolean _suppressResults)
-
getSuppressResults
public boolean getSuppressResults()
-
setSuppressXmlSchema
public void setSuppressXmlSchema(boolean _suppressXmlSchema)
-
getSuppressXmlSchema
public boolean getSuppressXmlSchema()
-
setWait
public void setWait(int _wait)
-
getWait
public int getWait()
-
setResultLimit
public void setResultLimit(int _resultLimit)
-
getResultLimit
public int getResultLimit()
-
setResultWindowStart
public void setResultWindowStart(int _resultWindowStart)
-
getResultWindowStart
public int getResultWindowStart()
-
setResultWindowCount
public void setResultWindowCount(int _resultWindowCount)
-
getResultWindowCount
public int getResultWindowCount()
-
setIgnoreCache
public void setIgnoreCache(boolean _ignoreCache)
-
getIgnoreCache
public boolean getIgnoreCache()
-
-