Fee Download JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat
In some cases, reviewing JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat is really boring and also it will take long period of time starting from getting the book as well as begin reviewing. However, in modern period, you can take the establishing innovation by using the internet. By internet, you could see this web page and also start to search for the book JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat that is required. Wondering this JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat is the one that you need, you could go for downloading and install. Have you comprehended how to get it?
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat
Fee Download JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat
Learn the method of doing something from many resources. Among them is this publication entitle JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat It is a very well understood publication JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat that can be recommendation to check out now. This advised publication is one of the all great JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat compilations that remain in this website. You will certainly additionally locate various other title as well as styles from various authors to browse below.
If you ally require such a referred JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat publication that will give you value, obtain the most effective seller from us now from several preferred authors. If you wish to enjoyable books, several books, story, jokes, and also more fictions collections are additionally launched, from best seller to the most current launched. You may not be perplexed to appreciate all book collections JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat that we will offer. It is not regarding the rates. It's about just what you require now. This JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat, as one of the best sellers right here will be one of the ideal choices to read.
Locating the best JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat publication as the ideal necessity is sort of lucks to have. To begin your day or to end your day at night, this JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat will be proper enough. You could merely look for the ceramic tile below as well as you will certainly obtain the book JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat referred. It will certainly not bother you to reduce your valuable time to choose purchasing publication in store. In this way, you will certainly also invest money to spend for transportation and various other time spent.
By downloading and install the online JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat publication right here, you will get some benefits not to go for guide shop. Merely hook up to the net and begin to download the web page web link we share. Currently, your JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat is ready to appreciate reading. This is your time and your tranquility to obtain all that you desire from this publication JDBC(TM) API Tutorial And Reference: Universal Data Access For The Java(TM) 2 Platform (2nd Edition), By Seth White, Mark Hapner, Rick Cat
This book provides the definitive description of the JDBCaA A API, the technology that enables universal data access for the JavaaA A programming language. This new edition has been updated and expanded to cover all of the JDBC 2.0 API, including the JDBC 2.0 core API and the JDBC Standard Extension API, the package that facilitates building server-side applications. Containing in-depth explanations that go beyond the specification, this complete resource pairs a step-by-step tutorial with a comprehensive reference to all of the classes and interfaces. For those new to Java technology, the book includes an introduction to the Java programming language and to SQL. It builds on this basic knowledge to walk you through creating a JDBC application-from setting up a database and establishing a connection to retrieving values from result sets and using prepared statements. In addition, the authors provide many examples along the way that demonstrate how to execute common tasks. The book proceeds to more advanced topics, focusing on the new features of the JDBC 2.0 API, including scrollable and updatable result sets, batch updates, SQL3 data types, custom mapping, and more.You will also find an introduction to working with the JDBC metadata API as well as information on rowsets, the technology that makes it possible to handle data sets from any source such as JavaBeansaA A components. From array to XADataSource, a useful alphabetical reference provides concise but complete information on each class and interface in the JDBC API. Each entry includes an overview as well as a list and explanation of the methods and fields. A chapter on mapping SQL types and types in the Java programming language, a summary of the new JDBC 2.0 features, and a glossary complete this indispensable resource for all database programmers. 0201433281B04062001
- Sales Rank: #3504186 in Books
- Published on: 1999-06-11
- Original language: English
- Number of items: 1
- Dimensions: 9.30" h x 1.90" w x 7.30" l,
- Binding: Paperback
- 1059 pages
Amazon.com Review
The second edition of the JDBC API Tutorial and Reference provides a worthwhile tour of the new features in Java Database Connectivity (JDBC) 2.0 and serves well as a reference to Sun's new standard for Java database programming.
Once you open this book, it becomes quickly obvious that it is more comprehensive than the first edition. The new edition begins with an overview of the JDBC API, including its architecture and overall design. Beginners will also be pleased with a short breakdown of the Java programming language and SQL basics.
Early sections of the book walk through an approachable tutorial of JDBC, concentrating on topics such as connecting to databases, retrieving result sets, manipulating records, and handling database transactions. There's also coverage of using stored procedures, including embedded SQL with SQLJ.
The book then turns to new JDBC 2.0 API features, like scrollable cursors, updateable record sets, and batch updates. Experienced readers will appreciate how the authors show off JDBC 1.0 code before presenting these new features. An explanation of SQL3 data types supported in JDBC 2.0 follow the discussion of the API features.
The book provides extensive support for finding and understanding recordsets and databases, including the use of the oddly named ResultSetMetaData and DatabaseMetaData classes, which have been greatly enhanced in JDBC 2.0. (You can now write Java code that customizes itself at runtime for almost any SQL platform.) Similar in spirit to the Microsoft OLE DB, the new JDBC 2.0 now supports rowsets, which let programmers work with any tabular data store from within their applications.
Most of the book (over 600 pages) functions as a reference containing every JDBC 2.0 class. Presented alphabetically, each class comes with an introductory definition and a complete listing of its constituent members and methods (including deprecated APIs). Final sections include a guide to "SQL to Java" mappings and tips for writing JDBC drivers.
Whether you are approaching JDBC for the very first time or are ramping up from JDBC 1.0, there is perhaps no better source for learning about the enhanced powers of the new JDBC than this "official" guide from Sun. --Richard Dragan
From the Back Cover
Containing in-depth explanations that go beyond the specification, this complete resource pairs a step-by-step tutorial with a comprehensive reference to all of the classes and interfaces.
For those new to Java technology, the book includes an introduction to the Java programming language and to SQL. It builds on this basic knowledge to walk you through creating a JDBC applicationfrom setting up a database and establishing a connection to retrieving values from result sets and using prepared statements. In addition, the authors provide many examples along the way that demonstrate how to execute common tasks. The book proceeds to more advanced topics, focusing on the new features of the JDBC 2.0 API, including scrollable and updatable result sets, batch updates, SQL3 data types, custom mapping, and more.
You will also find an introduction to working with the JDBC metadata API as well as information on rowsets, the technology that makes it possible to handle data sets from any source such as JavaBeans™ components.
From array to XADataSource, a useful alphabetical reference provides concise but complete information on each class and interface in the JDBC API. Each entry includes an overview as well as a list and explanation of the methods and fields.
A chapter on mapping SQL types and types in the Java programming language, a summary of the new JDBC 2.0 features, and a glossary complete this indispensable resource for all database programmers.
0201433281B04062001
About the Author
Seth White is a member of the technical staff at Java Software, where he led the design of the JDBC 2.0 API.
Maydene Fisher, a native of San Jose, California, specializes in object-oriented languages. She has experience spanning both coasts of the United States, having documented everything from complex financial models on Wall Street to Java APIs in Silicon Valley.
Dr. Rick Cattell, a Distinguished Engineer at JavaSoft, led the design of the JDBC API. He is currently Chief Architect for the Java Enterprise Technologies group. He was previously responsible for SunSoft's NEO CORBA database integration and the Sun Simplify database GUI. Widely recognized for his contributions to the database field, Dr. Cattell was a cofounder of SQL Access, founder and chair of the Object Database Management Group (ODMG), and author of the first monograph on object database systems as well as more than 40 papers and 3 books.
Dr. Graham Hamilton is a Distinguished Engineer at JavaSoft where he led the design of the JDBC API, the JavaOS™ standalone Java system, and the JavaBeans™ component architecture. He was previously the technical lead for the Spring distributed object-oriented operating system project at Sun, and he has written a variety of papers and patents on operating systems and distributed systems.
Mark Hapner is Lead Architect for the Java 2 Platform, Enterprise Edition. He participated in the development of the JDBC API, wrote the Java Message Service specification, and co-authored the Enterprise JavaBeans specification.
0201433281AB05222003
Most helpful customer reviews
0 of 0 people found the following review helpful.
Three Stars
By DIRK BRANDT
OK
12 of 13 people found the following review helpful.
Simply the best!
By A Customer
If you look for a good book on JDBC 2.0, this is "the" book. The book is complete, in fact, it covers both jdbc1.0 and 2.0. All topics are explained expertly with style and depth, and in a very accesible way so that beginners can understand. All the codes are clearly written to prove all the main points discussed in the book. This book is the best both for learning jdbc and a reference.
Since not all the features in JDBC2.0 have been adopted by vendors, this book will remain as "the" reference for many years to come.
7 of 9 people found the following review helpful.
an exceptionally comprehensive volume
By uniq
JDBC is one of the most mature and widely used Java APIs. Even after the arrival of more recent tools and technologies like EJB's CMP and JDO, JDBC still remains a simple, fast, and reliable way of storing objects' state in an RDBMS. While conceptually this technology is quite straightforward, its evolution has made it more complex and voluminous. Many books have been trying to explain the main aspects of it over and over again, but the 3rd edition of "JDBC API Tutorial and Reference" goes far beyond that.
The book is divided into two major sections: the Tutorial and the Reference. Actually, there are four tutorials in the Part One: Basic, Advanced, MetaData, and Rowset. Here well-written explanations are followed by clear and detailed examples.
It is remarkable that Part Two, The Reference, is not your typical API reference with simply method signatures or redundant explanations of their arguments. This is an extremely well thought through description of how to use JDBC 3.0 API to achieve a particular goal. Every class has a solid overview, examples, schemas -- everything one needs to get the job done. The book also contains an Appendix for JDBC driver developers and another Appendix covering JDBC 3.0 API changes.
This book provides the most clear and comprehensive JDBC coverage that I have ever seen. It is not just a matter of its size of over 1200 pages, but although the result of a well designed book structure and clear delivery.
See all 24 customer reviews...
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat PDF
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat EPub
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat Doc
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat iBooks
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat rtf
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat Mobipocket
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat Kindle
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat PDF
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat PDF
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat PDF
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition), by Seth White, Mark Hapner, Rick Cat PDF