Introduction

JDBC is an API based on the X/Open CLI specifications. It resembles ODBC and allows Java programs to communicate with relational databases and other data sources. Oracle implements an extension of JDBC that contains Java classes, allowing Java programs to interface with an Oracle database. The most important interfaces and classes of JDBC that are implemented include

  • DriverManager

  • Connection

  • DatabaseMetaData

  • Statement

  • ResultSet

  • ResultSetMetaData

This appendix shows the various methods provided by these interfaces and classes.

Get e-Commerce Applications Using Oracle8i and Java from Scratch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.