Rdocumentation
powered by
Learn R Programming
AnnotationFuncs (version 1.22.0)
.dbEscapeString: Private Escape string...
Description
Private Escape string
Usage
.dbEscapeString(str, raise.error=TRUE)
Arguments
str
String to test
raise.error
Logical, whether to raise an error or not.
Value
Details
Does not escape strings, but raises an error if any character expect normal letters and underscores are found in the string.