26.

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]

R
 race condition
 RAW type
 RDBMS (Relational Database Management System)
 library manager, JServer JVM
 memory manager, JServer JVM
 READ COMMITTED, transaction isolation level
 READ UNCOMMITTED, transaction isolation level
REF column
 adding rows containing
 custom class files
 dereferencing
 foreign keys
 modifying
 object identifiers
 UPDATE statement
 REF CURSOR type, PL/SQL , 2nd
 REF datatypes , 2nd
 REF operator in SELECT statements
 relational database

    See : RDBMS
 Relational Database Management System
 Relational Software Inc.
 relative( ) method
 remote databases
 remote interface, EJB
 Remote Method Invocation (RMI)
 remote_conn_context
 remote_user
 RemoteException class
 REPEATABLE READ, transaction isolation level
 result sets
 sharing rows in SQLJ iterator
 sharing rows with SQLJ iterator
 retrieve_LONG_func( ) function , 2nd
 retrieveBFILE( ) procedure
 retrieveBLOB( ) procedure
 retrieveCLOB( ) procedure
 retrieved directory
 retrievedBFILEimageContent.jpg
 retrievedBFILEtextContent.txt
 retrievedBLOBimageContent.jpg
 retrievedCLOBtextContent.txt
 retrievedLONGplsqltextContent.txt
 retrievedLONGRAWimageContent.jpg
 retrievedLONGtextContent.txt
 retrieveLONG( ) procedure
 retrieveLONGplsql( ) procedure
 retrieveLONGRAW( ) procedure
 retrieveRows( ) method , 2nd
 REVERSE keyword, PL/SQL
 RMI (Remote Method Invocation)
 ROLLBACK statement , 2nd  , 3rd
 round trip
 row locking
 row objects
 adding
 iterators
 modifying attributes of
 retrieving
row prefetching
 count, checking
 PerformanceExample1.sqlj
 round trips
 specifying number of rows
 row triggers
 ROWID (row identifier)
 rule-based optimization
 Run menu, Oracle JDeveloper
 run( ) method
 runtime files
 runtime libraries , 2nd
 runtime methods
 runtime system, JServer JVM


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