JDBC, a means of connecting Java and databases, is a low-level, platform-independent application programming interface that facilitates database development with Java by providing an interface to the most commonly used database environments. Written by the developers of JDBC, this text provides a description of the JDBC API. It covers the goals and philosophies of JDBC, scenarios for use, security considerations, database connections, passing parameters and receiving results, mapping SQL data types into Java, asynchrony, threading, transactions, cursors, SQL extensions, variants and extensions, JDBC interface definitions, dynaimc database access, and more. The text also includes a tutorial to help readers learn to use JDBC more quickly.
Through it all, this book focuses on practical application of these techniques, giving you information that can immediately be applied to your own enterprise projects.Enterprise applications in today's world are about data-- whether it be ...
A guide to the java.sql package demonstrates variables, methods, client-server architecture, three-tier database access, JDBC, query optimization, and interface design.
Oracle is arguably the most widely used relational database platform in the world. In this book, Donald Bales brings these two technologies together, and shows you how to leverage the full power of Oracle's implementation of JDBC.
This text presents the JDBC standard, Java's database connectivity environment, and provides information for using Java with JDBC for accessing databases.
This essential guide offers serious Java developers a focused resource on using JDBC 3 to build robust, enterprise-class applications for the Internet or intranet.
This license allows and is limited to the creation and distribution of clean room implementations of this specification that ... For more information , please contact : Pearson Education Corporate Sales Division ; 201 W. 103rd Street ...
In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338).
1 -- Introduction to JDBC -- 2 -- Presenting Information to Users -- 3 -- Querying the Database -- 4 -- Updating the Database -- 5 -- Advanced JDBC Topics -- 6 -- An eCommerce Example -- 7 -- How to Stay Current with JDBC -- 8 -- Appendix.
These include concise reviews of the procedures for common JDBC tasks such as connecting to a database, executing stored procedures, executing DDL and the like.
... David Holmes The JavaTM Programming Language , Third Edition Cindy Bloch , Annette Wagner MIDP 2.0 Style Guide Joshua Bloch Effective JavaTM Programming Language Guide Mary Campione , Kathy Walrath , Alison Huml The JavaTM Tutorial ...