PostgreSQL Programmer's Guide
Prev
Chapter 21. JDBC Interface
Next
Closing the Connection
To close the database connection, simply call the close() method to the Connection:
db.close();
Prev
Home
Next
Performing Updates
Up
Using Large Objects