isSqlReservedWord: Test a character vector of SQL names for SQL reserved words

View source: R/Sql.R

isSqlReservedWordR Documentation

Test a character vector of SQL names for SQL reserved words

Description

This function checks a character vector against a predefined list of reserved SQL words.

Usage

isSqlReservedWord(sqlNames, warn = FALSE)

Arguments

sqlNames

A character vector containing table or field names to check.

warn

(logical) Should a warn be thrown if invalid SQL names are found?

Value

A logical vector with length equal to sqlNames that is TRUE for each name that is reserved and FALSE otherwise


DatabaseConnector documentation built on Nov. 8, 2023, 5:07 p.m.