23.

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]

O
 object columns

    See : OID
 object identifier
 object methods
 get_age( )
 invoking
 object reference
 Object Request Broker (ORB)
 object state
 object tables
 object types , 2nd
 object-oriented programming languages
 OBJECT_USER connection , 2nd
 object_user_schema.sql , 2nd
 ObjectExample1 class
 ObjectExample1.sqlj
 ObjectExample2.sqlj
objects
 adding to tables
 attributes, referencing
 modifying
 retrieving
OID (object identifier)
 INSERT statement
 REF type
 SELECT statement
 openFile( ) method
 opening cursors
 operators, WHERE clause
 optimizer mode
 OR operator, SQL
 Oracle 8i database
 Oracle database types
 Oracle Internet Application Server (iAS)
Oracle Java Stored Procedures
 embedding SQL statements inside
 Oracle JDeveloper
 Oracle JDBC drivers
 Oracle JDBC OCI driver , 2nd
 Oracle JDBC OCI7 driver
 Oracle JDBC OCI8 driver
 Oracle JDBC Thin driver , 2nd  , 3rd

    See : JDeveloper
 Oracle JDeveloper
 Oracle JServer option
 Oracle Net8 , 2nd
 Oracle SQLJ translator
 Oracle.close( ) method , 2nd
 Oracle.connect( ) method , 2nd  , 3rd  , 4th  , 5th  , 6th  , 7th
 Oracle.getConnection( ) method
 oracle.jdbc.driver.OracleConnection class
 oracle.sql package
 oracle.sql.ARRAY extension class
 oracle.sql.BFILE class
 oracle.sql.BFILE extension class
 oracle.sql.BLOB class
 oracle.sql.BLOB extension class
 oracle.sql.CLOB extension class
 oracle.sql.DATE extension class
 oracle.sql.NCLOB class
 oracle.sql.NUMBER extension class
 oracle.sql.NUMBER type
 oracle.sql.RAW extension class
 oracle.sql.REF extension class
 oracle.sql.ROWID extension class
 oracle.sql.ROWID type
 oracle.sql.STRUCT extension class
 oracle.sqlj.runtime.Oracle
 oracle.sqlj.runtime.Oracle class , 2nd  , 3rd
 oracle.sqlj.runtime.Oracle package
 ORACLE_HOME environment variable , 2nd  , 3rd  , 4th
 ORACLE_SERVICE environment variable , 2nd
 OracleConnection class , 2nd
 ORB (Object Request Broker)
 ORDER BY clause, SQL
 OUT mode, SQLJ host expression
 output stream objects
 output_stream object
 output_stream.write( ) method
 OutputStream class , 2nd
 OutputStreamWriter class


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