public interface PeriodSettable extends ScalarSettable
TokenSettable
object containing a period value.TokenTypeConstant#PERIOD
Modifier and Type | Method and Description |
---|---|
void |
set(int years,
int months,
int days)
Sets the container to a directed period value specified as
years, months, and days.
|
void |
set(Period value)
Sets the container to a period value specified as a
java.time.Period object. |
set, setNull, setZero
getType
void set(Period value)
java.time.Period
object.value
- period value to which to set the containervoid set(int years, int months, int days)
years
- number of years in periodmonths
- number of months in perioddays
- number of days in periodCopyright © 2020 Actian Corporation. All rights reserved.