public interface TimeSettable extends ScalarSettable
TokenSettable
object containing a time value.TokenTypeConstant#TIME
Modifier and Type | Method and Description |
---|---|
void |
set(int millis)
Sets the container to a time value specified as the number of milliseconds
since midnight.
|
void |
set(TimeOfDay time)
Sets the container to the specified time of day.
|
set, setNull, setZero
getType
void set(int millis)
millis
- time value to which to set the container, expressed as the
number of milliseconds since midnightvoid set(TimeOfDay time)
time
- the time value to which to set the containerCopyright © 2020 Actian Corporation. All rights reserved.