tagSQL_INTERVAL_STRUCT Struct Reference

#include "sqltypes.h"

Collaboration diagram for tagSQL_INTERVAL_STRUCT:
Collaboration graph

Data Fields

SQLINTERVAL interval_type
SQLSMALLINT interval_sign
union {
SQL_YEAR_MONTH_STRUCTyear_month
SQL_DAY_SECOND_STRUCTday_second
} intval

Field Documentation

day_second

SQL_DAY_SECOND_STRUCT tagSQL_INTERVAL_STRUCT::day_second

interval_sign

SQLSMALLINT tagSQL_INTERVAL_STRUCT::interval_sign

interval_type

SQLINTERVAL tagSQL_INTERVAL_STRUCT::interval_type

intval

union { ... } tagSQL_INTERVAL_STRUCT::intval

year_month

SQL_YEAR_MONTH_STRUCT tagSQL_INTERVAL_STRUCT::year_month

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