| Constructor and Description |
|---|
IntervalDayToSecond(int yearPrecision,
int millisecondPrecision)
Create a new instance of an
IntervalDayToSecond data type |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ColumnDefinitionVisitor visitor) |
int |
getMillisecondPrecision() |
String |
getName() |
int |
getYearPrecision() |
public IntervalDayToSecond(int yearPrecision,
int millisecondPrecision)
IntervalDayToSecond data typeyearPrecision - year precision valuemillisecondPrecision - millisecond precision valuepublic String getName()
public int getYearPrecision()
public int getMillisecondPrecision()
public void accept(ColumnDefinitionVisitor visitor)
accept in interface DataTypevisitor - instance of ColumnDefinitionVisitorCopyright © 2018–2021. All rights reserved.