𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Java Programming with Oracle SQLJ

✍ Scribed by Jason Price


Book ID
127436891
Publisher
O'Reilly Media
Year
2001
Tongue
English
Weight
1 MB
Edition
1st
Category
Library
ISBN-13
9780596000875
ASIN
B000H2MK2C

No coin nor oath required. For personal study only.

✦ Synopsis


If you're a Java programmer working in an Oracle environment, you're probably familiar with JDBC as a means of accessing data within an Oracle database. SQLJ takes you further, allowing you to access a database using embedded SQL statements. Java Programming with Oracle SQLJ shows you how to get the most out of SQLJ. Layered on top of JDBC, SQLJ greatly simplifies database programming. Rather than make several calls to the JDBC API just to execute a simple SQL statement, SQLJ executes that statement simply by embedding it within the Java code. In this book, Jason Price explains SQLJ programming from a task-oriented point of view. You'll learn how to: * Embed queries and other SQL statements within Java programs * Deploy SQLJ code not only on client machines, but also to JServer - Oracle's Java engine built into the database * Use advanced techniques for working with collections, streams, large objects, and database objects, all without leaving the comfort of the SQLJ environment * Tune SQLJ programs for maximum performanceThroughout the book, the exposition of SQLJ and SQLJ programming techniques reflects the author's many years of professional experience as a programmer and consultant. Examples are first-rate, enabling you to learn SQLJ in no time. If you're writing Java code to access an Oracle database, you can't afford not to know about SQLJ.


πŸ“œ SIMILAR VOLUMES


Java Programming with Oracle JDBC
✍ Donald Bales πŸ“‚ Library πŸ“… 2002 πŸ› O'Reilly 🌐 English βš– 1 MB

JDBC is the key Java technology for relational database access. 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.

Practical Database Programming with Java
✍ Bai, Ying πŸ“‚ Article πŸ“… 2011 πŸ› John Wiley & Sons, Inc. 🌐 English βš– 207 KB

Covers fundamental and advanced Java database programming techniques for beginning and experienced readers This book covers the practical considerations and applications in database programming using Java NetBeans IDE, JavaServer Pages, JavaServer Faces, and Java Beans, and comes complete with auth

Coping with Java programming stress
✍ Alexander, R.T.; Bieman, J.M.; Viega, J. πŸ“‚ Article πŸ“… 2000 πŸ› IEEE 🌐 English βš– 382 KB
Multithreaded Programming with JAVAβ„’ Tec
✍ Bil Lewis, Daniel J. Berg, Sun Microsystems Press πŸ“‚ Library πŸ“… 1999 πŸ› Prentice Hall 🌐 English βš– 3 MB

Multithreading gives developers using the Java 2 platform a powerful tool fordramatically improving the responsiveness and performance of their programs on anyplatform, even those without inherent multithreading support. MultithreadedProgramming with Java Technology is the first complete guide to mu