jdbcTimeDate: Convert an splusTimeDate::timeDate object to standard JDBC...

Description Usage Arguments Value See Also Examples

Description

Converts 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

1

Arguments

data

a timeDate vector.

Value

returns a character vector in the specified format.

See Also

exportJDBC

Examples

1
2
my.td <- as.POSIXct("2011/1/1")
jdbcTimeDate(my.td)

sjdbc documentation built on May 1, 2021, 1:08 a.m.

Related to jdbcTimeDate in sjdbc...