dbj-sql-quote: SQL quoting.

Description Usage Arguments Value See Also

Description

These functions use the driver's sql_dialect environment to quote strings and idetifiers.

Usage

1
2
3
4
5
## S4 method for signature 'JDBCConnection,character'
dbQuoteIdentifier(conn, x, ...)

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

Arguments

conn

A JDBCConnection object, as produced by dbConnect.

x

A character vector to quote.

...

Other parameters passed on to methods.

Value

an SQL object

See Also

Other JDBCConnection methods: dbConnect,JDBCConnection-method, dbDisconnect,JDBCConnection-method, dbSendQuery,JDBCConnection,character-method, dbj-edit-tables, dbj-sql-generate, dbj-table

Other SQL dialect functions: dbj-sql-generate, sql_dialect

Other SQL functions: dbj-sql-generate


hoesler/dbj documentation built on May 17, 2019, 4:36 p.m.