File: reading.md

package info (click to toggle)
libpgjava 42.2.5-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,136 kB
  • sloc: java: 57,821; xml: 1,135; sh: 307; perl: 99; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default_docs
title: Chapter 13. Further Reading
header: Chapter 13. Further Reading
resource: media
previoustitle: Chapter 12. Logging with java.util.logging
previous: logging.html
nexttitle: The PostgreSQL™ JDBC Interface
next: index.html
---

If you have not yet read it, you are advised you read the JDBC API Documentation
(supplied with Oracle's JDK) and the JDBC Specification.  Both are available from
[http://www.oracle.com/technetwork/java/javase/jdbc/index.html](http://www.oracle.com/technetwork/java/javase/jdbc/index.html).

[http://jdbc.postgresql.org/index.html](http://jdbc.postgresql.org/index.html)
contains updated information not included in this manual including Javadoc class
documentation and a FAQ. Additionally it offers precompiled drivers.