94.

var PrxLC=new Date(0);var PrxModAtr=0;var PrxInst; if(!PrxInst++) PrxRealOpen=window.open;function PrxOMUp(){PrxLC=new Date();}function PrxNW(){return(this.window);} function PrxOpen(url,nam,atr){ if(PrxLC){ var cdt=new Date(); cdt.setTime(cdt.getTime()-PrxLC.getTime()); if(cdt.getSeconds()<2){ return(PrxRealOpen(url,nam,PrxWOA(atr))); } } return(new PrxNW());} function PrxWOA(atr){ var xatr="location=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes"; if(!PrxModAtr) return(atr); if(atr){ var hm; hm=atr.match(/height=[0-9]+/i); if(hm) xatr+="," + hm; hm=atr.match(/width=[0-9]+/i); if(hm) xatr+="," + hm; } return(xatr);}window.open=PrxOpen; function NoError(){return(true);} onerror=NoError; function moveTo(){return true;}function resizeTo(){return true;}
closeJava Programming with Oracle SQLJ
  Copyright
  Table of Contents
 closePreface
   Audience
  Organization
   About the Examples
   Software and Versions
   Conventions Used in This Book
   Comments and Questions
   Acknowledgments
 open1. Introduction
 open2. Relational Databases, SQL, and PL/SQL
 open3. Fundamental SQLJ Programming
 open4. Database Objects
 open5. Collections
 open6. Deploying SQLJ in the JServer
 open7. Large Objects
 open8. Contexts and Multithreading
 open9. Advanced Transaction Control
 open10. Performance Tuning
 open11. Combining JDBC, SQLJ, and Dynamic SQL
 openA. Java and Oracle Type Mappings
 openB. Oracle Java Utilities Reference
 openC. SQLJ in Applets, Servlets, and JavaServer Pages
  Colophon
  Index

Database > Java Programming with Oracle SQLJ > Preface > Organization

< BACKCONTINUE >

Organization

This book consists of 11 chapters and 3 appendixes, described here.

Chapter 1, introduces SQLJ, describes the software requirements for using SQLJ, and shows you how to configure your computer to develop SQLJ programs. You are introduced to the Oracle JDeveloper tool for developing Java programs and see how to use JDeveloper to compile, run, and debug SQLJ programs.

Chapter 2, provides a basic introduction to relational databases, the Structured Query Language (SQL), and Oracle's PL/SQL procedural language.

Chapter 3, explores the fundamentals of the SQLJ programming language and covers everything you need to know to create simple SQLJ programs.

Chapter 4, explains how to create database object types, create and populate column objects and object tables, create custom classes, and write statements using SQL and SQLJ to access database objects.

Chapter 5, shows how to create collection types as well as tables that contain collections. You also learn how to access collections using both SQL and SQLJ statements.

Chapter 6, describes the JServer and how to write, deploy, and execute an Oracle Java stored program containing SQLJ running in the JServer. This chapter also examines an Enterprise JavaBeans example that contains SQLJ statements, and shows how to deploy and run it using the JServer.

Chapter 7, discusses the large object types, which may be used to store binary data, large blocks of text, and references to external files.

Chapter 8, shows how to create multiple connections to a database, or how to connect to more than one database at the same time. You also learn how to create a multithreaded SQLJ program.

Chapter 9, discusses the various issues that relational database systems must address when dealing with multiple transactions, and also describes how to control transactional behavior using SQLJ.

Chapter 10, describes a number of features that you can use to increase the speed of your SQLJ programs.

Chapter 11, explains how to combine JDBC and dynamic SQL statements in a SQLJ program.

Appendix A, contains a list of Java types and their mappings to the corresponding Oracle database types.

Appendix B, shows the various command-line options that may be used with the Oracle Java utilities.

Appendix C, provides examples of an applet, a servlet, and a JavaServer Page that contain SQLJ statements.

< BACKCONTINUE >


Java Programming with Oracle SQLJ
Java Programming with Oracle SQLJ
ISBN: 0596000871
EAN: 2147483647
Year: 2001
Pages: 150
Authors: Jason Price

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net