SQLParameters Class
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,
...
)