R/dbiDataType_Date.R

Defines functions dbiDataType_Date

#' @usage NULL
dbiDataType_Date <- function(x) "DATE"

setMethod("dbiDataType", signature("Date"), dbiDataType_Date)

Try the DBI package in your browser

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

DBI documentation built on June 18, 2022, 9:06 a.m.