JDBC pocket reference /
JDBC--the Java Database Connectivity specification--is a complex set of application programming interfaces (APIs) that developers need to understand if they want their Java applications to work with databases. JDBC is so complex that even the most experienced developers need to refresh their memorie...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Beijing ; Sebastopol, Calif. ; Cambridge :
O'Reilly,
2003.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- JDBC Pocket Reference; Introduction; Acknowledgments; Conventions; The Big Picture; Import Statements; JDBC Drivers; Driver Types; Database URLs; Establishing a Connection; Using DriverManager; Loading a JDBC driver; Using JNDI; Examining DatabaseMetaData; Executing Dynamic SQL; Executing DDL; Executing INSERT, UPDATE, or DELETE Statements; Executing SELECT Statements; Executing Precompiled SQL; Executing a Stored Procedure; Retrieving Query Results; Navigating a Result Set; Accessing Column Values; Inserting, Updating, and Deleting Rows in a ResultSet.