The PostgreSQL JDBC Interface | ||
---|---|---|
<<< Previous | Next >>> |
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.*; |
![]() | You should not import the org.postgresql package unless you are using not standard PostgreSQL extensions to the JDBC API. |
<<< Previous | Home | Next >>> |
Creating a Database | Loading the Driver |