Table of Contents
This section describes how to load and initialize the JDBC driver in your programs.
Any source that uses JDBC needs to import the java.sql package, using:
import java.sql.*;
Do not import the org.postgresql package. If you do, your source will not compile, as javac will get confused.