DCL 4.0
Loading...
Searching...
No Matches
SQL::Interval Struct Reference

#include <SQLCore.h>

Public Attributes

int32_t nYears
int8_t nMonths
int32_t nDays
int8_t nHours
int8_t nMins
int8_t nSecs
int32_t nFracs

Detailed Description

Definition at line 123 of file SQLCore.h.

Member Data Documentation

◆ nDays

int32_t SQL::Interval::nDays

Definition at line 127 of file SQLCore.h.

◆ nFracs

int32_t SQL::Interval::nFracs

Definition at line 131 of file SQLCore.h.

◆ nHours

int8_t SQL::Interval::nHours

Definition at line 128 of file SQLCore.h.

◆ nMins

int8_t SQL::Interval::nMins

Definition at line 129 of file SQLCore.h.

◆ nMonths

int8_t SQL::Interval::nMonths

Definition at line 126 of file SQLCore.h.

◆ nSecs

int8_t SQL::Interval::nSecs

Definition at line 130 of file SQLCore.h.

◆ nYears

int32_t SQL::Interval::nYears

Definition at line 125 of file SQLCore.h.


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