dbQuote: Quote Identifiers

dbQuoteR Documentation

Quote Identifiers

Description

Call this method to generate string that is suitable for use in a query as a column or table name.

Usage

## S4 method for signature 'AthenaConnection,character'
dbQuoteString(conn, x, ...)

## S4 method for signature 'AthenaConnection,POSIXct'
dbQuoteString(conn, x, ...)

## S4 method for signature 'AthenaConnection,Date'
dbQuoteString(conn, x, ...)

## S4 method for signature 'AthenaConnection,SQL'
dbQuoteIdentifier(conn, x, ...)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

x

A character vector to quote as string.

...

Other arguments passed on to methods.

Value

Returns a character object, for more information please check out: dbQuoteString, dbQuoteIdentifier

See Also

dbQuoteString, dbQuoteIdentifier


DyfanJones/noctua documentation built on April 15, 2024, 3:22 p.m.