Guia del Programador de PostgreSQL
Anterior
JDBC Interface
Siguiente
Closing the Connection
To close the database connection, simply call the close() method to the Connection:
db.close();
Anterior
Inicio
Siguiente
Performing Updates
Subir
Using Large Objects