private static class SqlParserUtil.Format extends Object
DateFormat objects, to be used within the current
thread, because DateFormat is not thread-safe.| Modifier and Type | Field and Description |
|---|---|
(package private) DateFormat |
date |
private static ThreadLocal<SqlParserUtil.Format> |
PER_THREAD |
(package private) DateFormat |
time |
(package private) DateFormat |
timestamp |
| Modifier | Constructor and Description |
|---|---|
private |
Format() |
private static final ThreadLocal<SqlParserUtil.Format> PER_THREAD
final DateFormat timestamp
final DateFormat time
final DateFormat date
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.