36.

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]

E
 Edit menu, Oracle JDeveloper
 EJB (Enterprise JavaBeans)
 bean class
 Client.java
 compiling and deploying
 deployejb utility
 deployment descriptor
 embedding SQL statements in
 entity beans
 home interface
 JDeveloper and
 JServer, support for
 remote interface
 services
 session beans
 ejbActivate( ) method
 ejbCreate( ) method
 EJBHome class
 ejbPassivate( ) method
 ejbRemove( ) method
 ELSE keyword, PL/SQL
 ELSIF keyword, PL/SQL
 EMPTY_BLOB( ) function
 EMPTY_CLOB( ) function
 ENDIF keyword, PL/SQL

    See : EJB
 Enterprise JavaBeans
 entity beans
 env hashtable
environment variables
 CLASSPATH , 2nd  , 3rd
 ORACLE_HOME , 2nd  , 3rd
 ORACLE_SERVICE
 PATH
 equality operator (=), SELECT statement
 EXCEPTION blocks, PL/SQL
 exceptions, SQLJ
 exec_context
 exec_context2
 executable statements, SQLJ
 statements not returning a value
 statements returning a value
 executeBatch( ) method
 executeQuery( ) method
execution
 HelloWorld.java
 java command-line utility
execution context
 creating
 default
 getMaxRows( ) method
 getQueryTimeout( ) method
 getUpdateCount( ) method
 getWarnings( ) method
 setMaxRows( ) method
 setQueryTimeout( ) method
 specifying
 SQLJ
 execution plan
 ExecutionContext class
 EXIT statement, PL/SQL
 EXIT WHEN statement, PL/SQL
 EXPLAIN PLAN command
 explain_plan.sql script


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