File: dbiDataType_POSIXct.R

package info (click to toggle)
dbi 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,004 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
#' @usage NULL
dbiDataType_POSIXct <- function(x) "TIMESTAMP"

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