solidDB Help : Programming : solidDB JDBC driver
  
solidDB JDBC driver
The solidDB JDBC driver 2.0 is a JDBC type 4 driver. Type 4 means that it is a 100% pure Java implementation of the Java Database Connectivity (JDBC) 2.0 standard. It is usable in all Java environments that support JDK version 1.7 and later.
The JDBC API defines Java classes to represent database connections, SQL statements, result sets, database metadata, and so on. It allows a Java programmer to execute SQL statements and process the results. JDBC is the primary API for database access in Java.
The solidDB JDBC driver is written entirely in Java and it communicates directly with the solidDB server using the TCP/IP network protocol, Shared Memory Access (SMA), or Linked Library Access (LLA). The solidDB JDBC driver does not require any additional database access libraries. The driver requires that a Java Runtime Environment (JRE) or Java Development Kit (JDK) is available.
In some functions, the JDBC specification leaves some details open. For the details that are specific to the solidDB implementation of the methods, check JDBC driver interfaces and methods.
The solidDB JDBC driver provides support for catalogs and schemas in solidDB.
For some examples, see solidDB JDBC driver samples.
See
Getting started with solidDB JDBC Driver
solidDB JDBC driver extensions
JDBC 2.0 optional package API support
solidDB JDBC driver type conversion matrix