JDBC for Relational Access
The JDBC (Java Database Connectivity) API enables you to perform operations on InterSystems IRIS® data using SQL.
InterSystems IRIS includes a high-performance Type 4 JDBC database driver that complies with the JDBC 4.2 specification. The driver accepts the following connection URL (or connection string):
jdbc:IRIS://ipAddress:superserverPort/namespace
where the variables represent the InterSystems IRIS instance host’s IP address, the instance’s superserver port, and a namespace on the instance
Get acquainted
Try it
Read all about it
Explore more
Stock Trading with JavaOpens in a new tab