Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Class Sql.odbc()->typed_result()->TOD

Description

Time of day.


Variable hour
Variable minute
Variable second
Variable nanos

int Sql.odbc.typed_result.TOD.hour
int Sql.odbc.typed_result.TOD.minute
int Sql.odbc.typed_result.TOD.second
int|void Sql.odbc.typed_result.TOD.nanos


Method create

Sql.odbc.typed_result.TOD Sql.odbc.typed_result.TOD(int hour, int minute, int second, int|void nanos)