C++ SDK Documentation  9.0
Vertica::VIntervalYM Class Reference

Representation of an IntervalYM in Vertica. An Interval can be broken up into years and months. More...

Collaboration diagram for Vertica::VIntervalYM:
Collaboration graph

Static Public Member Functions

static void breakUp (IntervalYM i, int64 &years, int64 &months)
 Break up an Interval and set the arguments. More...
 

Detailed Description

Representation of an IntervalYM in Vertica. An Interval can be broken up into years and months.

Member Function Documentation

static void Vertica::VIntervalYM::breakUp ( IntervalYM  i,
int64 years,
int64 months 
)
inlinestatic

Break up an Interval and set the arguments.

Returns
None
Parameters