| 程序包 | 说明 |
|---|---|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueDate |
DateTimeUtils.convertDate(Date x,
Calendar calendar)
Convert a java.util.Date using the specified calendar.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueDate |
ValueDate.fromDateValue(long dateValue)
Get or create a date value for the given date.
|
static ValueDate |
ValueDate.fromMillis(long ms)
Calculate the date value (in the default timezone) from a given time in
milliseconds in UTC.
|
static ValueDate |
ValueDate.get(Date date)
Get or create a date value for the given date.
|
static ValueDate |
ValueDate.parse(String s)
Parse a string to a ValueDate.
|
Copyright © 2017. All rights reserved.