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

Description

Time of day.


Variable hour
Variable minute
Variable second
Variable nanos

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


Method create

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