Java EE 8 Development with Eclipse
上QQ阅读APP看书,第一时间看更新

JDBC concepts

Before performing any operations in JDBC, we need to establish a connection to the database. Here are some of the important classes/interfaces in JDBC for executing SQL statements:

You can find all the interfaces for JDBC at http://docs.oracle.com/javase/8/docs/api/java/sql/package-frame.html.

Many of these are interfaces, and implementations of these interfaces are provided by the JDBC drivers.