Files in HCL Informix JDBC Driver

Informix® JDBC Driver is available in the program file, setup.jar. For instructions on how to install the driver, see Installing the JDBC Driver.

After installation, the product consists of the following files, some of which are Java™ archive (JAR) files:
  • lib/ifxjdbc.jar

    Optimized implementations of the JDBC API interfaces, classes, and methods

    The file is compiled with the -O option of the javac command.

  • lib/ifxtools.jar

    Utilities: ClassGenerator, lightweight directory access protocol (LDAP) loader, and others

    The file is compiled with the -O option of the javac command.

  • lib/ifxlang.jar

    Localized versions of all message text supported by the driver

    The file is compiled with the -O option of the javac command.

  • demo/basic/*

    demo/rmi/*
    demo/stores7/*
    demo/clob-blob/*
    demo/complex-types/*
    demo/pickaseat/*
    demo/xml/*
    demo/proxy/*
    demo/connection-pool/*
    demo/udt-distinct/ *
    demo/hdr/*
    demo/tools/udtudrmgr/*

    Sample programs that use the JDBC API

    For descriptions of these sample files, see Sample code files.

  • proxy/IfxJDBCProxy.class

    Http tunneling proxy class file

  • proxy/SessionMgr.class

    Session manager class file supporting the http tunneling proxy

  • proxy/TimeoutMgr.class

    Timeout manager class file supporting the http tunneling proxy

  • doc/release/*

    Online release and documentation notes

  • doc/javadoc/*

    The Javadoc™ pages for Informix extension classes and interfaces

The lib, demo, proxy, and doc directories are subdirectories of the directory where you installed Informix JDBC Driver.