r2hpcc.ExecutePreparedSQL: This method executes a previously created parameterized SQL...

Description Usage Arguments Value

View source: R/ExecutePreparedSQL.R

Description

This method executes a previously created parameterized SQL query.

Usage

1
2
3
r2hpcc.ExecutePreparedSQL(conn, workunitId, variables = NULL,
  supressResults = 0, suppressXMLSchema = 1, timeout = -1,
  resultWindowStart = 0, resultWindowCount = 0)

Arguments

conn

- HPCC connection information

workunitId

- The Workunit ID (WUID)

variables

- List of pairs(name, value) to replace placeholders in prepared SQL

supressResults

- If set to 1 or true, query results are not included in response

suppressXMLSchema

- If set to 1 or true, the query result schema is not included in response

timeout

- Timeout value in milliseconds. Use -1 for no timeout

resultWindowStart

- For use with page-loading, the starting record to return

resultWindowCount

- For use with page-loading, the number of records to include from the ResultWindowStart

Value

Workunit result


hpcc-systems/r2hpcc documentation built on May 17, 2019, 4:53 p.m.