Java Programming with Oracle SQLJ

Jason Price

  • 出版商: O'Reilly
  • 出版日期: 2001-08-15
  • 定價: $1,400
  • 售價: 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。

SQLJ建立在JDBC之上,大大簡化了數據庫編程。不再需要通過多次調用JDBC API來執行一個簡單的SQL語句,SQLJ只需將該語句嵌入到Java代碼中即可執行。

在這本書中,作者Jason Price從任務導向的角度解釋了SQLJ編程。你將學習如何:
- 在Java程式中嵌入查詢和其他SQL語句
- 將SQLJ代碼部署到客戶端機器以及JServer(Oracle內置的Java引擎)
- 使用高級技術處理集合、流、大對象和數據庫對象,而無需離開SQLJ環境
- 為了獲得最佳性能,調優SQLJ程式

整本書中,對SQLJ和SQLJ編程技術的闡述反映了作者多年作為程式設計師和顧問的專業經驗。例子一流,讓你能夠迅速學習SQLJ。如果你正在編寫Java程式來訪問Oracle數據庫,你絕對不能不了解SQLJ。