Learn R Programming

brickster (version 0.2.12)

dbQuoteIdentifier,DatabricksConnection,SQL-method: Quote SQL objects (passthrough)

Description

Quote SQL objects (passthrough)

Usage

# S4 method for DatabricksConnection,SQL
dbQuoteIdentifier(conn, x, ...)

Value

The SQL object unchanged

Arguments

conn

A DatabricksConnection object

x

SQL object (already quoted)

...

Additional arguments (ignored)