35.

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
 openPreface
 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

Java Programming with Oracle SQLJ

[Symbol][A][B][C][D][E][F][G][H][I][J][K][L][M][N][O][P][Q][R][S][T][U][V][W][X]

D

    See : DDL
 Data Definition Language

    See : DML
 Data Manipulation Language
 database administrator (DBA)
 database connections
 creating
sharing
 SQLJ with JDBC
 database management system
 database objects (column and row)
 database transaction, SQL
 database URL parameter, Oracle.connect() method
 database URL, SQLJ
datatypes
 database null values, handling
Java and Oracle type mappings
 SQLJ stream classes
 large objects
 Oracle database
 Date class
 DATE database type, Oracle
 DBA (database administrator)
 dbms_java.set_ouput( ) procedure
 DBMS_OUTPUT package, PL/SQL , 2nd
 dbms_output.enable( ) procedure
 DBMS_OUTPUT.PUT_LINE( ) procedure , 2nd  , 3rd
DDL (Data Definition Language)
 CREATE TABLE
 CREATE USER
 JServer
 Oracle database types
 schemas
 debugging programs with JDeveloper
 declarations, SQLJ
 DECLARE section, PL/SQL block
 default execution context
 DefaultContext class , 2nd  , 3rd
 DefaultContext object
 DefaultContext( ) constructor
 DELETE statement , 2nd  , 3rd  , 4th
 nested tables
 deployejb utility , 2nd  , 3rd
deploying SQLJ programs in JServer
 creating database connections
 creating deployment profiles
 Enterprise JavaBeans, using
 deployment descriptor, EJB
 dereferencing REF columns
 DESC command, SQL*Plus
 DESC keyword, SELECT statement
 DESCRIBE command, SQL*PLUS
 directory object
 dirty reads
 display_customer( ) procedure
 displayCustomer( ) method , 2nd
 displayCustomers( ) method , 2nd  , 3rd
 DML (Data Manipulation Language)
 AND operator
 BETWEEN operator
 DELETE statement
 IN operator
 INSERT statement
 joining tables
 LIKE operator
 NOT BETWEEN operator
 NOT IN operator
 OR operator
 ORDER BY clause
 ROWID
 SELECT, single-table
 UPDATE statement
 WHERE clause
 doGet( ) method
 double datatype , 2nd
 Double class , 2nd
 doubleValue( ) method
 drivers, Oracle JDBC , 2nd
 DROP TABLE statement, SQL
 dropjava utility , 2nd  , 3rd
 DVD-ROM
 dynamic SQL , 2nd
 database replacements
 limitations
 meta bind expressions
in SQLJ 9i
 SqljJ9iDynamicExample1.sqlj
 static vs. , 2nd


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