public class PrepareSQLRequestWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected AlternateClusters_type1Wrapper |
local_alternateClusters |
protected String |
local_sqlText |
protected String |
local_targetCluster |
protected String |
local_targetQuerySet |
protected int |
local_wait |
Constructor and Description |
---|
PrepareSQLRequestWrapper() |
PrepareSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.PrepareSQLRequest preparesqlrequest) |
PrepareSQLRequestWrapper(String _sqlText,
String _targetCluster,
AlternateClusters_type1Wrapper _alternateClusters,
String _targetQuerySet,
int _wait) |
Modifier and Type | Method and Description |
---|---|
AlternateClusters_type1Wrapper |
getAlternateClusters() |
org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.PrepareSQLRequest |
getRaw() |
String |
getSqlText() |
String |
getTargetCluster() |
String |
getTargetQuerySet() |
int |
getWait() |
void |
setAlternateClusters(AlternateClusters_type1Wrapper _alternateClusters) |
void |
setSqlText(String _sqlText) |
void |
setTargetCluster(String _targetCluster) |
void |
setTargetQuerySet(String _targetQuerySet) |
void |
setWait(int _wait) |
String |
toString() |
protected String local_sqlText
protected String local_targetCluster
protected AlternateClusters_type1Wrapper local_alternateClusters
protected String local_targetQuerySet
protected int local_wait
public PrepareSQLRequestWrapper()
public PrepareSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.PrepareSQLRequest preparesqlrequest)
public PrepareSQLRequestWrapper(String _sqlText, String _targetCluster, AlternateClusters_type1Wrapper _alternateClusters, String _targetQuerySet, int _wait)
public org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.PrepareSQLRequest getRaw()
public void setSqlText(String _sqlText)
public String getSqlText()
public void setTargetCluster(String _targetCluster)
public String getTargetCluster()
public void setAlternateClusters(AlternateClusters_type1Wrapper _alternateClusters)
public AlternateClusters_type1Wrapper getAlternateClusters()
public void setTargetQuerySet(String _targetQuerySet)
public String getTargetQuerySet()
public void setWait(int _wait)
public int getWait()
Copyright © 2021. All rights reserved.