Skip navigation links
J N S X 

J

JDBCAdapter<S,T> - Class in net.time4j.sql
Serves as bridge to temporal types in JDBC.

N

net.time4j.sql - package net.time4j.sql
Bridge to JDBC.
net.time4j.xml - package net.time4j.xml
Bridge to XML.

S

SQL_DATE - Static variable in class net.time4j.sql.JDBCAdapter
Bridge between a JDBC-Date and the class PlainDate.
SQL_TIME - Static variable in class net.time4j.sql.JDBCAdapter
Bridge between a JDBC-Time and the class PlainTime.
SQL_TIMESTAMP - Static variable in class net.time4j.sql.JDBCAdapter
Bridge between a JDBC-Timestamp and the class PlainTimestamp.
SQL_TIMESTAMP_WITH_ZONE - Static variable in class net.time4j.sql.JDBCAdapter
Bridge between a JDBC-Timestamp and the class Moment.

X

XML_DATE - Static variable in class net.time4j.xml.XMLAdapter
Bridge between a XML-date according to xsd:date and the type PlainDate.
XML_DATE_TIME - Static variable in class net.time4j.xml.XMLAdapter
Bridge between a XML-timestamp according to xsd:dateTime (without timezone-offset) and the type PlainTimestamp.
XML_DATE_TIME_OFFSET - Static variable in class net.time4j.xml.XMLAdapter
Bridge between a XML-timestamp according to xsd:dateTime inclusive timezone-offset and the type ZonalDateTime.
XML_DURATION - Static variable in class net.time4j.xml.XMLAdapter
Bridge between a XML-duration according to xsd:duration and the Time4J-type Duration.
XML_TIME - Static variable in class net.time4j.xml.XMLAdapter
Bridge between a XML-time according to xsd:time and the type PlainTime.
XMLAdapter<S,T> - Class in net.time4j.xml
Serves as bridge to temporal types in XML-related Java.
J N S X 
Skip navigation links

Copyright © 2014–2021. All rights reserved.