| Constructor and Description |
|---|
IntervalYearToMonth(int yearPrecision)
Create a new instance of an
IntervalYearToMonth data type |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CreateTableVisitor visitor) |
String |
getName() |
int |
getYearPrecision() |
public IntervalYearToMonth(int yearPrecision)
IntervalYearToMonth data typeyearPrecision - year precision valuepublic void accept(CreateTableVisitor visitor)
accept in interface DataTypevisitor - instance of CreateTableVisitorpublic String getName()
public int getYearPrecision()
Copyright © 2018–2019. All rights reserved.