Update README.md

This commit is contained in:
Andreas Schneider 2022-12-25 22:56:27 +01:00
parent c2d2bfc86d
commit daf991d48d
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
intersystems-jdbc-3.6.1.jar
Intersystems IRIS Type 4 JDBC database driver; JDBC 4.2 specification from InterSystems IRIS Version 2022.2.0.368
Details about the jar files are extracted from here: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=BJAVA_config
The main InterSystems Java class packages are contained in the following files:
intersystems-jdbc-XXXX.jar — the core JDBC jar file. All of the other files in this list are dependent on this file.
In addition to the core JDBC API, this file also includes the classes that implement the Native SDK (see Using the Native SDK for Java).
intersystems-xep-XXXX.jar — required for XEP Java persistence applications (see Persisting Java Objects with InterSystems XEP).
Depends on the JDBC jar.
intersystems-uima-XXXX.jar — required for UIMA support (see Using InterSystems UIMA).
Depends on the JDBC jar.
intersystems-spark-XXXX.jar — required for the InterSystems implementation of the Apache Spark Data Source API (see Using the InterSystems Spark Connector).
Depends on the JDBC jar.