R/dbiDataType_POSIXct.R

Defines functions dbiDataType_POSIXct

#' @usage NULL
dbiDataType_POSIXct <- function(x) "TIMESTAMP"

setMethod("dbiDataType", signature("POSIXct"), dbiDataType_POSIXct)

Try the DBI package in your browser

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

DBI documentation built on June 22, 2024, 9:41 a.m.