| Package | Description |
|---|---|
| net.time4j.sql |
Bridge to JDBC.
|
| Modifier and Type | Field and Description |
|---|---|
static JDBCAdapter<Date,PlainDate> |
JDBCAdapter.SQL_DATE
Bridge between a JDBC-Date and the class
PlainDate. |
static JDBCAdapter<Time,PlainTime> |
JDBCAdapter.SQL_TIME
Bridge between a JDBC-Time and the class
PlainTime. |
static JDBCAdapter<Timestamp,PlainTimestamp> |
JDBCAdapter.SQL_TIMESTAMP
Bridge between a JDBC-Timestamp and the class
PlainTimestamp. |
static JDBCAdapter<Timestamp,Moment> |
JDBCAdapter.SQL_TIMESTAMP_WITH_ZONE
Bridge between a JDBC-Timestamp and the class
Moment. |
Copyright © 2014–2017. All rights reserved.