Java class files and sample programs

The time series Java class .jar file, Javadoc, and sample programs are included with the database server.

The Java class file, IfmxTimeSeries.jar, is in the $INFORMIXDIR/extend/TimeSeries.version/java/lib directory.

The Java class is in the $INFORMIXDIR/extend/TimeSeries.version/java/lib directory. There are two .jar files: IfmxTimeSeries.jar and IfmxTimeSeries-g.jar. The -g file is a debug version that supports tracing and was compiled using the -g option of the javac command.

The Javadoc files are in the $INFORMIXDIR/extend/TimeSeries.version/java/doc directory.

To access the sample programs, run the jar -xvf IfmxTimeSeries.jar command to expand the IfmxTimeSeries.jar file. The examples are in the resulting com/informix/docExamples directory. The examples include the SQL scripts setup.sql and clean.sql to set up data for the examples and clean it up afterward.

The TimeSeriesExample.java file provides a comprehensive example of using Builders to create, load, and query time series.