| 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(CreateTableVisitor 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(CreateTableVisitor visitor)
accept in interface DataTypevisitor - instance of CreateTableVisitorCopyright © 2018–2019. All rights reserved.