ドライバの使用

This section is not intended as a complete guide to JDBC programming, but should help to get you started. For more information refer to the standard JDBC API documentation.

この節は JDBC プログラミングについて完全なガイド を意図したものではありませんが、これから始めようという場合に役に立ち ます。より詳細については、標準 JDBC API 文書を参照して下さい。

Also, take a look at the examples included with the source. The basic example is used here.

また、ソースに付随している例も見て下さい。例にある、basic はここで使用 されています。 (訳注: src/interfaces/jdbc/example/basic.java のことです。)