Java Programming with Oracle SQLJ
暫譯: 使用 Oracle SQLJ 的 Java 程式設計

Jason Price

  • 出版商: O'Reilly
  • 出版日期: 2001-08-15
  • 定價: $1,398
  • 售價: 2.1$299
  • 語言: 英文
  • 頁數: 398
  • 裝訂: Paperback
  • ISBN: 0596000871
  • ISBN-13: 9780596000875
  • 相關分類: Java 程式語言OracleSQL
  • 立即出貨(限量) (庫存=9)

買這商品的人也買了...

商品描述

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 performance



Throughout 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.

商品描述(中文翻譯)

如果您是一位在 Oracle 環境中工作的 Java 程式設計師,您可能對 JDBC 作為訪問 Oracle 資料庫中的數據的手段非常熟悉。SQLJ 進一步擴展了這一點,允許您使用嵌入式 SQL 語句來訪問資料庫。《Java Programming with Oracle SQLJ》將教您如何充分利用 SQLJ。

基於 JDBC,SQLJ 大大簡化了資料庫編程。與其為了執行一個簡單的 SQL 語句而多次調用 JDBC API,SQLJ 只需將該語句嵌入到 Java 代碼中即可執行。

在本書中,Jason Price 從任務導向的角度解釋了 SQLJ 編程。您將學習如何:
- 在 Java 程式中嵌入查詢和其他 SQL 語句
- 將 SQLJ 代碼部署到客戶端機器上,還可以部署到 JServer——Oracle 內建於資料庫中的 Java 引擎
- 使用進階技術處理集合、流、大對象和資料庫對象,所有這些都不需要離開 SQLJ 環境的舒適區
- 調整 SQLJ 程式以達到最佳性能

在整本書中,SQLJ 和 SQLJ 編程技術的闡述反映了作者多年作為程式設計師和顧問的專業經驗。範例一流,使您能夠迅速學會 SQLJ。如果您正在編寫 Java 代碼以訪問 Oracle 資料庫,您絕對不能不瞭解 SQLJ。