Package com.exasol.datatype.type
Class IntervalDayToSecond
- java.lang.Object
-
- com.exasol.datatype.type.IntervalDayToSecond
-
-
Constructor Summary
Constructors Constructor Description IntervalDayToSecond(int yearPrecision, int millisecondPrecision)Create a new instance of anIntervalDayToSeconddata type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ColumnDefinitionVisitor visitor)intgetMillisecondPrecision()StringgetName()intgetYearPrecision()
-
-
-
Constructor Detail
-
IntervalDayToSecond
public IntervalDayToSecond(int yearPrecision, int millisecondPrecision)Create a new instance of anIntervalDayToSeconddata type- Parameters:
yearPrecision- year precision valuemillisecondPrecision- millisecond precision value
-
-
Method Detail
-
getName
public String getName()
-
getYearPrecision
public int getYearPrecision()
- Returns:
- year precision
-
getMillisecondPrecision
public int getMillisecondPrecision()
- Returns:
- millisecond precision
-
accept
public void accept(ColumnDefinitionVisitor visitor)
- Specified by:
acceptin interfaceDataType- Parameters:
visitor- instance ofColumnDefinitionVisitor
-
-