• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Java ▶ Getting Started with the JDBC API

Getting Started with the JDBC API

March 24, 2006

The JDBC API is the application programming interface that provides universal data access for the Java programming language. It includes the JDBC 1.0 API, which provides the basic functionality for data access.

Book Description

The JDBC 2.0 API supplements the basic API with more advanced features and provides a standard way to access the latest object-relational features being supported by today’s relational database management systems. In addition, the new API includes features such as scrollable and updatable result sets and improved performance. It also extends JDBC technology beyond the client to the server with connection pooling and distributed transactions.

Table of Contents

  • Introduction
  • Connection
  • DriverManager
  • Statement
  • ResultSet
  • PreparedStatement
  • CallableStatement
  • Mapping SQL and Java Types
  • JDBC-ODBC Bridge Driver

Download Free PDF / Read Online

Author(s): –
Format(s): HTML
Link: Read online.

Similar Books:

  1. The Advanced Java/J2EE Tutorial
  2. Getting Started with Grails
  3. Getting started with Eiffel: Language and Environment
  4. Java 2 Enterprise Edition
  5. Pick Basic: A Programmer’s Guide
Previous Post: « Core Data Programming Guide
Next Post: Scene Reconstruction Pose Estimation and Tracking »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com