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

#include <SQLCore.h>

Public Attributes

int32_t years
int8_t months
int32_t days
int8_t hours
int8_t mins
int8_t secs
int32_t fracs

Detailed Description

Definition at line 125 of file SQLCore.h.

Member Data Documentation

◆ days

int32_t SQL::Interval::days

Definition at line 129 of file SQLCore.h.

◆ fracs

int32_t SQL::Interval::fracs

Definition at line 133 of file SQLCore.h.

◆ hours

int8_t SQL::Interval::hours

Definition at line 130 of file SQLCore.h.

◆ mins

int8_t SQL::Interval::mins

Definition at line 131 of file SQLCore.h.

◆ months

int8_t SQL::Interval::months

Definition at line 128 of file SQLCore.h.

◆ secs

int8_t SQL::Interval::secs

Definition at line 132 of file SQLCore.h.

◆ years

int32_t SQL::Interval::years

Definition at line 127 of file SQLCore.h.


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