R/Expr.R

#' Expression abstact class.
#'
#' This abstract class represents an SQL expression.
#'
#' @examples
#' # No example provided, as this class is abstract.
#'
#' @import R6
#' @include Statement.R
#' @export
Expr <- R6::R6Class("Expr", inherit = Statement)

Try the sqlq package in your browser

Any scripts or data that you put into this service are public.

sqlq documentation built on Sept. 16, 2025, 9:10 a.m.