Method Sql.odbc()->typed_result()->timestamp_factory()
- Method timestamp_factory
Calendar.ISO.Day
|Calendar.ISO.Fraction
timestamp_factory(int
year
,int
month
,int
day
,int
|void
hour
,int
|void
minute
,int
|void
second
,int
|void
nanos
,int
|void
tz_hour
,int
|void
tz_minute
)- Description
Function called to create timestamp and date objects.
- Note
The
tz_hour
andtz_minute
arguments are currently neither generated by the low-level code, nor used by the current implementation of the function.