Uses of Class
net.time4j.sql.JDBCAdapter
-
Uses of JDBCAdapter in net.time4j.sql
Modifier and TypeFieldDescriptionstatic JDBCAdapter<Date,PlainDate>
JDBCAdapter.SQL_DATE
Bridge between a JDBC-Date and the classPlainDate
.static JDBCAdapter<Time,PlainTime>
JDBCAdapter.SQL_TIME
Bridge between a JDBC-Time and the classPlainTime
.static JDBCAdapter<Timestamp,PlainTimestamp>
JDBCAdapter.SQL_TIMESTAMP
Bridge between a JDBC-Timestamp and the classPlainTimestamp
.static JDBCAdapter<Timestamp,Moment>
JDBCAdapter.SQL_TIMESTAMP_WITH_ZONE
Bridge between a JDBC-Timestamp and the classMoment
.