Call this method to generate string that is suitable for use in a query as a column or table name.
# S4 method for AthenaConnection,character
dbQuoteString(conn, x, ...)
# S4 method for AthenaConnection,POSIXct
dbQuoteString(conn, x, ...)
# S4 method for AthenaConnection,Date
dbQuoteString(conn, x, ...)
# S4 method for AthenaConnection,SQL
dbQuoteIdentifier(conn, x, ...)
A DBIConnection object, as returned by
dbConnect()
.
A character vector to quote as string.
Other arguments passed on to methods.
Returns a character object, for more information please check out: dbQuoteString
, dbQuoteIdentifier