See: Description
Interface | Description |
---|---|
BasicDatetime |
BasicDatetime is an interface for dates, times, or timestamps that can be
assigned from a long value.
|
EigenbaseParserException |
This is a tagging interface to allow a
SqlParseException to be identified without adding a
dependency on it from client-side code. |
EigenbaseValidatorException |
This is a tagging interface to allow
SqlValidatorException to be identified without
adding a dependency on it from client-side code. |
Class | Description |
---|---|
ConversionUtil |
Utility functions for converting from one type to another
|
DateTimeUtil |
Utility functions for datetime types: date, time, timestamp.
|
DateTimeUtil.PrecisionTime | |
NumberUtil |
Utility functions for working with numbers This class is JDK 1.4 compatible.
|
ZonelessDate |
ZonelessDate is a date value without a time zone.
|
ZonelessDatetime |
ZonelessDatetime is an abstract class for dates, times, or timestamps that
contain a zoneless time value.
|
ZonelessTime |
ZonelessTime is a time value without a time zone.
|
ZonelessTimestamp |
ZonelessTimestamp is a timestamp value without a time zone.
|
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.