| SQLParameters | R Documentation |
SQLParameters Class
An R6Class generator object
namecharacter [optional]
querycharacter [optional]
output_uricharacter [optional]
store_resultscharacter [optional]
dont_download_resultscharacter [optional]
resource_classcharacter [optional]
result_formatResultFormat [optional]
init_commandslist( character ) [optional]
parameterslist( object ) [optional]
task_graph_uuidcharacter [optional]
client_node_uuidcharacter [optional]
new()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, ... )
toJSON()SQLParameters$toJSON()
fromJSON()SQLParameters$fromJSON(SQLParametersJson)
toJSONString()SQLParameters$toJSONString()
fromJSONString()SQLParameters$fromJSONString(SQLParametersJson)
clone()The objects of this class are cloneable with this method.
SQLParameters$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.