1% Generated by roxygen2: do not edit by hand 2% Please edit documentation in R/compat-dbplyr.R 3\name{sql} 4\alias{sql} 5\title{SQL escaping.} 6\usage{ 7sql(...) 8} 9\arguments{ 10\item{...}{Character vectors that will be combined into a single SQL 11expression.} 12} 13\description{ 14These functions are critical when writing functions that translate R 15functions to sql functions. Typically a conversion function should escape 16all its inputs and return an sql object. 17} 18