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)