SMA and LLA Guide : Overview of shared memory access and linked library access : solidDB® APIs and drivers for SMA and LLA : solidDB® JDBC API
  
solidDB® JDBC API
The JDBC API defines Java classes to represent database connections, SQL statements, result sets, database metadata, and so on. It allows you to issue SQL statements and process the results. JDBC is the primary API for database access in Java.
SMA and LLA support both JDBC 1.x and 2.x.
The JDBC interface and the solidDB® JDBC Driver, including descriptions of the solidDB® specific enhancements are documented in solidDB® Programmer Guide.
See also
solidDB® APIs and drivers for SMA and LLA