SQLParameters: SQLParameters

SQLParametersR Documentation

SQLParameters

Description

SQLParameters Class

Format

An R6Class generator object

Public fields

name

character [optional]

query

character [optional]

output_uri

character [optional]

Methods

Public methods


Method new()

Usage
SQLParameters$new(name = NULL, query = NULL, output_uri = 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.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.