| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.wrappers.gen.wssql |
| Modifier and Type | Method and Description |
|---|---|
ECLWorkunitWrapper |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.NamedValue[] variables,
Integer wait,
Integer resultLimit,
String userName)
Execute prepared SQL.
|
ECLWorkunitWrapper |
HPCCWsSQLClient.executeSQLWUResponse(String sqlText,
String targetCluster,
String targetQuerySet,
Integer resultLimit,
Integer resultWindowCount,
Integer resultWindowStart,
Boolean suppressResults,
Boolean suppressXmlSchema,
String userName,
Integer wait)
Execute SQLWU response.
|
ECLWorkunitWrapper |
HPCCWsSQLClient.prepareSQL(String sqlText,
String targetCluster,
String targetQuerySet,
Integer wait)
Prepare SQL.
|
| Modifier and Type | Field and Description |
|---|---|
protected ECLWorkunitWrapper |
ExecuteSQLResponseWrapper.local_workunit |
protected ECLWorkunitWrapper |
CreateTableAndLoadResponseWrapper.local_workunit |
protected ECLWorkunitWrapper |
PrepareSQLResponseWrapper.local_workunit |
protected ECLWorkunitWrapper |
GetResultsResponseWrapper.local_workunit |
protected ECLWorkunitWrapper |
ExecutePreparedSQLResponseWrapper.local_workunit |
| Modifier and Type | Method and Description |
|---|---|
ECLWorkunitWrapper |
ExecuteSQLResponseWrapper.getWorkunit() |
ECLWorkunitWrapper |
CreateTableAndLoadResponseWrapper.getWorkunit() |
ECLWorkunitWrapper |
PrepareSQLResponseWrapper.getWorkunit() |
ECLWorkunitWrapper |
GetResultsResponseWrapper.getWorkunit() |
ECLWorkunitWrapper |
ExecutePreparedSQLResponseWrapper.getWorkunit() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteSQLResponseWrapper.setWorkunit(ECLWorkunitWrapper _workunit) |
void |
CreateTableAndLoadResponseWrapper.setWorkunit(ECLWorkunitWrapper _workunit) |
void |
PrepareSQLResponseWrapper.setWorkunit(ECLWorkunitWrapper _workunit) |
void |
GetResultsResponseWrapper.setWorkunit(ECLWorkunitWrapper _workunit) |
void |
ExecutePreparedSQLResponseWrapper.setWorkunit(ECLWorkunitWrapper _workunit) |
| Constructor and Description |
|---|
CreateTableAndLoadResponseWrapper(String _tableName,
boolean _success,
String _eclRecordDefinition,
ECLWorkunitWrapper _workunit) |
ExecutePreparedSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _parentWuId,
String _result,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount,
ECLWorkunitWrapper _workunit) |
ExecuteSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _parentWuId,
String _result,
ECLWorkunitWrapper _workunit,
int _resultLimit,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount) |
GetResultsResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _result,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount,
ECLWorkunitWrapper _workunit) |
PrepareSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
ECLWorkunitWrapper _workunit,
String _result) |
Copyright © 2021. All rights reserved.