JDBC 3.0

JDBC 3.0
Author: Bernard Van Haecke
Publisher: Wiley
Total Pages: 0
Release: 2002-01-29
Genre: Computers
ISBN: 9780764548758

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 title provides a step-by-step tutorial on the JDBC 3 API, as well as many examples and discussions about advanced techniques. It also provides a complete reference of the API's packages and extensions. Powerful and enhanced new features are covered: Batch updates, DataSource object, transaction savepoints, connection pooling, distributed transaction support, XA compatibility, types of ResultSets, holdable cursors, SQL99 types, scalar functions, CLOB, array, reference and datalink objects, customized type mapping, transform groups, ParameterMetaData API, auto generated keys, and more.

JDBC 4.0 and Oracle JDeveloper for J2EE Development

JDBC 4.0 and Oracle JDeveloper for J2EE Development
Author: Deepak Vohra
Publisher: Packt Publishing Ltd
Total Pages: 645
Release: 2008-04-30
Genre: Computers
ISBN: 1847194311

A J2EE developer's guide to using Oracle JDeveloper's integrated database features to build data-driven applications with this book and eBook

JDBC

JDBC
Author: Gregory D. Speegle
Publisher: Morgan Kaufmann
Total Pages: 130
Release: 2002
Genre: Computers
ISBN: 1558607366

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.

Expert Oracle JDBC Programming

Expert Oracle JDBC Programming
Author: R.M. Menon
Publisher: Apress
Total Pages: 723
Release: 2006-11-01
Genre: Computers
ISBN: 1430200294

* First book on the market that covers building high-performance Java applications on the Oracle database—using the latest versions of both the Oracle database (10g) and the JDBC API (3.0). * Promotes and explains an "anti black box" approach to Oracle development complete with benchmark code) that will allow developers to write highly efficient, high performance Oracle JDBC applications. * A new book from the prestigious OakTable Press, which Apress will be strongly promoting and supporting throughout 2004.

JDBC for Oracle - Herong's Tutorial Examples

JDBC for Oracle - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
Total Pages: 187
Release: 2019-01-01
Genre: Computers
ISBN:

This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Oracle server; using Oracle JDBC driver; database connection URLs; introduction to Result Set, Meta Data, Prepared Statement, CLOB, and BLOB. Updated in 2024 (Version v3.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JDBC-Oracle.

JDBC API Tutorial and Reference

JDBC API Tutorial and Reference
Author: Maydene Fisher
Publisher: Addison-Wesley Professional
Total Pages: 1288
Release: 2003
Genre: Computers
ISBN: 9780321173843

bull; A comprehensive tutorial AND useful rufescence in one volume bull; Includes multiple explanations and examples for the new features of the JDBC 3.0 specification bull; Written by the JDBC 3.0 architects, Maydene Fisher, Jon Ellis and Jonathan Bruce

JDBC Recipes

JDBC Recipes
Author: Mahmoud Parsian
Publisher: Apress
Total Pages: 653
Release: 2006-11-08
Genre: Computers
ISBN: 1430200618

* The only standard size JDBC "cookbook" in market with clear specification of problems and ready-to-be-used working code solutions (in a cut-and-paste fashion) that work for at least two leading databases such as MySQL and Oracle. • Most existing JDBC-related books provide only generic solutions, which might not work on any vendor’s database. This book shows the importance of "vendor" factor for solving JDBC problems. • Complete coverage of database and result set "metadata" (which is missing from most JDBC books).

JDBC for SQL Server - Herong's Tutorial Examples

JDBC for SQL Server - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
Total Pages: 232
Release: 2019-01-01
Genre: Computers
ISBN:

This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and SQL Server; using SQL Server JDBC and JDBC-ODBC Bridge drivers; database connection URLs; introduction to Result Set, Meta Data, Prepared Statement, CLOB, and BLOB. Updated in 2024 (Version v3.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JDBC-SQL-Server.

JDBC Tutorials - Herong's Tutorial Examples

JDBC Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
Total Pages: 150
Release: 2020-10-10
Genre: Computers
ISBN:

This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JDBC.