Time series Java™ class library
You can use the time series Java™ class library to create and manage a time series from within Java™ applications or applets.
The time series Java™ class library uses the JDBC 2.0 specification for supporting user-defined data types in Java™.
When you write a Java™ application for time series data, you use the Informix® JDBC Driver to connect to the Informix® database, as shown in the following figure. See your Informix® JDBC Driver Programmer's Guide for information about how to set up your Java™ programs to connect to Informix® databases.

The Java™ application makes calls to the JDBC driver, which sends queries and other SQL statements to the Informix® database. The database sends query results to the JDBC driver, which sends them on to the Java™ application.
You can also use the time series Java™ classes in Java™ applets and servlets, as shown in the following figures.

The database server is connected to the JDBC driver, which is connected to the applet. The applet is also connected to a browser, which is connected to a web server that communicates with the database.

A request from an application goes through a web server, an HTTP servlet subclass, and the JDBC driver to the database. The database sends responses back along the same path.
Summary of time series classes
The Java™ class library contains classes
that you use to complete all necessary tasks for creating and managing
time series. You can create time series objects with the Builder
classes
that are provided for each class. The following table lists the Java™ class that you need for each
of the tasks in creating and managing a time series.
Tasks | Java™ classes |
---|---|
Create, query, and manage a custom type map for time series data types | TimeSeriesTypeMap
|
Create, query, and manage calendar patterns | IfmxCalendarPattern
|
Create, query, and manage calendars | IfmxCalendar
|
Create, query, and manage containers | TimeSeriesContainer
|
Create, query, and manage TimeSeries row types | TimeSeriesRowType
|
Instantiate time series | IfmxTimeSeries
|
Query, insert, update, or delete time series data | IfmxTimeSeries |