r2hpcc.PrepareSQL: Use this method to submit a free-hand SQL request for later...

Description Usage Arguments Value

View source: R/PrepareSQL.R

Description

Use this method to submit a free-hand SQL request for later use as a parameterized query. This compiles the query and returns the Wuid. This Wuid is later used to execute the query with provided input parameters using the ExecutePreparedSQL method.

Usage

1
r2hpcc.PrepareSQL(conn, sqlQuery, timeOut = -1)

Arguments

conn

- HPCC connection information

sqlQuery

- Free-hand SQL text

timeOut

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

Value

Workunit details


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