nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::timestamp Struct Reference

A type for representing timestamp data. More...

#include <nanodbc.h>

Public Attributes

std::int16_t year
 Year [0-inf).
 
std::int16_t month
 Month of the year [1-12].
 
std::int16_t day
 Day of the month [1-31].
 
std::int16_t hour
 Hours since midnight [0-23].
 
std::int16_t min
 Minutes after the hour [0-59].
 
std::int16_t sec
 Seconds after the minute.
 
std::int32_t fract
 Fractional seconds.
 

Detailed Description

A type for representing timestamp data.


The documentation for this struct was generated from the following file: