Skip to contents

SQLParameters Class

Format

An R6Class generator object

Public fields

name

character [optional]

query

character [optional]

output_uri

character [optional]

store_results

character [optional]

dont_download_results

character [optional]

resource_class

character [optional]

result_format

ResultFormat [optional]

init_commands

list( character ) [optional]

parameters

list( object ) [optional]

task_graph_uuid

character [optional]

client_node_uuid

character [optional]

Methods


Method new()

Usage

SQLParameters$new(
  name = NULL,
  query = NULL,
  output_uri = NULL,
  store_results = NULL,
  dont_download_results = NULL,
  resource_class = NULL,
  result_format = NULL,
  init_commands = NULL,
  parameters = NULL,
  task_graph_uuid = NULL,
  client_node_uuid = NULL,
  ...
)


Method toJSON()

Usage

SQLParameters$toJSON()


Method fromJSON()

Usage

SQLParameters$fromJSON(SQLParametersJson)


Method toJSONString()

Usage

SQLParameters$toJSONString()


Method fromJSONString()

Usage

SQLParameters$fromJSONString(SQLParametersJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

SQLParameters$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.