JDBC CLI

JDBC is a call-level interface for Java applications. JDBC provides you with a uniform interface to a wide range of relational databases, and provides a common base on which higher level tools and interfaces can be built. JDBC is now a standard part of Java and is included in the JDK.

SAP Sybase IQ includes a 4.0 driver, which is a Type 2 driver.

SAP Sybase IQ also supports a pure Java JDBC driver, named jConnect, which is available from SAP.

In addition to using JDBC as a client-side application programming interface, you can also use JDBC inside the database server to access data by using Java in the database.