first commit for openGauss connector jdbc

This commit is contained in:
lishifu
2020-06-30 14:58:21 +08:00
parent f2f872da1f
commit 8617931d2b
731 changed files with 137912 additions and 73 deletions

View File

@ -0,0 +1,18 @@
---
layout: default_docs
title: Chapter 12. Further Reading
header: Chapter 12. Further Reading
resource: media
previoustitle: Data Sources and JNDI
previous: jndi.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.