public class ECLQueryWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_cpp |
protected String |
local_dll |
protected String |
local_queryMainDefinition |
protected String |
local_resTxt |
protected String |
local_text |
protected String |
local_thorLog |
| Constructor and Description |
|---|
ECLQueryWrapper() |
ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery eclquery) |
ECLQueryWrapper(String _text,
String _cpp,
String _resTxt,
String _dll,
String _thorLog,
String _queryMainDefinition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCpp() |
String |
getDll() |
String |
getQueryMainDefinition() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery |
getRaw() |
String |
getResTxt() |
String |
getText() |
String |
getThorLog() |
void |
setCpp(String _cpp) |
void |
setDll(String _dll) |
void |
setQueryMainDefinition(String _queryMainDefinition) |
void |
setResTxt(String _resTxt) |
void |
setText(String _text) |
void |
setThorLog(String _thorLog) |
String |
toString() |
protected String local_text
protected String local_cpp
protected String local_resTxt
protected String local_dll
protected String local_thorLog
protected String local_queryMainDefinition
public ECLQueryWrapper()
public ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery eclquery)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery getRaw()
public void setText(String _text)
public String getText()
public void setCpp(String _cpp)
public String getCpp()
public void setResTxt(String _resTxt)
public String getResTxt()
public void setDll(String _dll)
public String getDll()
public void setThorLog(String _thorLog)
public String getThorLog()
public void setQueryMainDefinition(String _queryMainDefinition)
public String getQueryMainDefinition()
Copyright © 2021. All rights reserved.