jdbcTimeDate
Convert a Spotfire S+ timeDate object to standard JDBC Timestamp string

Description

Convert a timeDate vector to a character vector in the standard format expected by java.sql.Timestamp: yyyy-mm-dd hh:mm:ss.fffffffff (in GMT)

Usage

jdbcTimeDate(data)

Arguments

dataa timeDate vector.
Value
returns a character vector in the specified format.
See Also
exportJDBC
Examples
my.td <- as.POSIXct("2011/1/1")
jdbcTimeDate(my.td)
Package sjdbc version 4.0.0-28
Package Index