18.

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]

J
 JAR (Java Archive) file
 jar utility , 2nd

    See : JAR file
 Java Archive file
 Java arrays, creating
 Java class files
 Java class libraries , 2nd
 Java class methods, publishing
 Java class objects
Java classes
 creating with JPublisher
 translating and compiling
 java command , 2nd
 Java command-line utilities
 Java compiler (javac)

    See : datatypes
 Java datatypes
 Java Development Kit (JDK)
 Java Naming and Directory Interface (JNDI)
 Java object names
 Java objects, dropping from databases
 Java streams
 OutputStream class
 OutputStream object

    See : JVM
 Java Virtual Machine
 java.io package
 java.lang package
 java.lang.Boolean wrapper class , 2nd
 java.lang.Byte wrapper class
 java.lang.Double wrapper class
 java.lang.Float wrapper class
 java.lang.Integer wrapper class
 java.lang.Long wrapper class
 java.lang.Short wrapper class
 java.lang.String type
 java.math package
 java.math.BigDecimal type
 java.rmi.RemoteException
 java.sql packages , 2nd
 java.sql.Array type
 java.sql.Blob type
 java.sql.Clob type
 java.sql.Date class
 java.sql.Date type
 java.sql.Ref type
 java.sql.SQLException class , 2nd  , 3rd
 java.sql.SQLNullException
 java.sql.SQLWarning object
 java.sql.Time type
 java.sql.Timestamp type
 java.util package
 java.util.Date class
 javac (Java compiler)
 javac command

    See : JSP
 JavaServer Pages
 javax.ejb.EJBHome class
 javax.ejb.EJBObject interface
 JDBC (Java Database Connectivity) , 2nd
 drivers
 jdbc directory
 jdbc_conn
 JdbcSqljExample1.sqlj
 JdbcSqljExample2.sqlj
 KPRB (Kernel Program Bundled) driver
result sets
 sharing rows in SQLJ iterator
 shared database connections
 SQLJ, compared to
 jdbc\:oracle\:oci driver name
 jdbc\:oracle\:oci7 driver name
 jdbc\:oracle\:oci8 driver name
 jdbc\:oracle\:thin driver name
 JDeveloper
 database connections, creating , 2nd
 debugging Java programs
 deployment profiles, creating
 deployment wizard
 HelloWorld.sqlj
 JPublisher, running from
 panes
 projects
 schema browser
 SQLJ classes
 workspace
 JDK (Java Development Kit) , 2nd
 JDK_HOME directory
 JNDI (Java Naming and Directory Interface)
 joining tables
 jpub command
 jpub utility , 2nd
JPublisher
 command-line execution
 custom Java classes, creating
 running from JDeveloper
 JServer, deploying SQLJ in
 deployment profiles, creating
designing SQLJ programs
 ServerExample1.sqlj
 EJB (Enterprise JavaBeans), using
 JDeveloper, translating and loading programs with
 loading into database
 Oracle 8i
 PL/SQL
 removing from database
 sessions
 SQL*Plus
 SQLJ runtime packages
 translating SQLJ programs
 understanding JServer
JSP (JavaServer Pages)
 embedding SQL statements in
 Oracle JDeveloper
 SQLJ in
 JSPExample.sqljsp
 JVM (Java Virtual Machine) , 2nd  , 3rd


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