WorkunitWrapper |
HPCCWsWorkUnitsClient.compileWUFromECL(WorkunitWrapper wu) |
Given an ECL query, this method will create a WU, compile and run it.
|
org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WURunResponse |
HPCCWsWorkUnitsClient.createAndRunWUFromECL(WorkunitWrapper wu) |
Deprecated.
|
String |
HPCCWsWorkUnitsClient.createAndRunWUFromECLAndGetResults(WorkunitWrapper wu) |
Given an ECL query, this method will create a WU, compile and run it, and return results in String object - Not
recommended for large resultsets.
|
String |
HPCCWsWorkUnitsClient.createAndRunWUFromECLAndGetWUID(WorkunitWrapper wu) |
Given an ECL query, this method will create a WU, compile and run it, and return wuid.
|
org.hpccsystems.ws.client.wrappers.gen.wsworkunits.WURunResponseWrapper |
HPCCWsWorkUnitsClient.createAndRunWUFromECLWrapped(WorkunitWrapper wu) |
Given an ECL query, this method will create a WU, compile and run it.
|
org.hpccsystems.ws.client.wrappers.gen.wssql.ExecutePreparedSQLResponseWrapper |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.wrappers.gen.wssql.NamedValueWrapper[] variables,
Integer wait,
Integer resultLimit,
Integer resultWindowStart,
Integer resultWindowCount,
String userName,
Boolean suppressXmlSchema,
Boolean suppressResults) |
Execute prepared SQL.
|
org.hpccsystems.ws.client.wrappers.gen.wssql.ECLWorkunitWrapper |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.wrappers.gen.wssql.NamedValueWrapper[] variables,
Integer wait,
Integer resultLimit,
String userName) |
Execute prepared SQL.
|
List<List<Object>> |
HPCCWsSQLClient.executePreparedSQL(String wuid,
String targetCluster,
org.hpccsystems.ws.client.wrappers.gen.wssql.NamedValueWrapper[] variables,
Integer wait,
Integer resultLimit,
String userName,
String somesing) |
Execute prepared SQL.
|
org.hpccsystems.ws.client.wrappers.gen.wssql.ExecuteSQLResponseWrapper |
HPCCWsSQLClient.executeSQLFullResponse(String sqlText,
String targetCluster,
String targetQuerySet,
Integer resultLimit,
Integer resultWindowCount,
Integer resultWindowStart,
Boolean suppressResults,
Boolean suppressXmlSchema,
String userName,
Integer wait) |
Execute SQL full response.
|
String |
HPCCWsSQLClient.executeSQLWUIDResponse(String sqlText,
String targetCluster,
String targetQuerySet) |
Execute SQLWUID response.
|
org.hpccsystems.ws.client.wrappers.gen.wssql.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.
|
org.hpccsystems.ws.client.wrappers.gen.wssql.GetResultsResponseWrapper |
HPCCWsSQLClient.getResultResponse(String wuid,
Integer resultWindowStart,
Integer resultWindowCount,
Boolean suppressXmlSchema) |
Gets the result response.
|
List<List<Object>> |
HPCCWsSQLClient.getResults(String wuid,
Integer resultWindowStart,
Integer resultWindowCount) |
Gets the results.
|
List<List<Object>> |
HPCCWsSQLClient.getResultSchema(String wuid) |
Gets the result schema.
|
String |
HPCCWsSQLClient.getResultSchemaXML(String wuid) |
Gets the result schema XML.
|
protected void |
BaseHPCCWsClient.handleECLExceptions(ArrayOfECLExceptionWrapper eclexceptions) |
Logs and throws arrayofeclexceptionwrapper without localized message response from WS client.
|
protected void |
BaseHPCCWsClient.handleECLExceptions(ArrayOfECLExceptionWrapper eclExceptions,
String message) |
Logs and throws arrayofeclexceptionwrapper with localized message response from WS client.
|
org.hpccsystems.ws.client.wrappers.gen.wssql.ECLWorkunitWrapper |
HPCCWsSQLClient.prepareSQL(String sqlText,
String targetCluster,
String targetQuerySet,
Integer wait) |
Prepare SQL.
|