JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)

(http://download.oracle.com/javase/1.5.0/docs/index.html).
Java Foundation Classes
See
Core API.
Java HotSpot virtual machine
The Java virtual machine implementation designed to produce maximum program-execution speed for applications running in a server
environment. The Java HotSpot virtual machine is a run-time environment that features an adaptive compiler that dynamically optimizes
the performance of running applications. NonStop Server for Java 4 implements the Java HotSpot
virtual machine.
Java Naming and Directory Interface (JNDI)
A standard extension to the Java platform, which provides Java technology-enabled application programs with a unified interface to
multiple naming and directory services.
Java Native Interface (JNI)
The C-language
interface used by C functions called by Java classes. Includes an Invocation API that invokes a Java VM from a C
program.
Java Run-time
The Java
VM and the Core API. This is the standard Java environment that the java command invokes.
Java virtual machine
The process that loads, links, verifies, and interprets Java
bytecode. The NonStop Server for Java 4 implements the Java HotSpot virtual
machine.
JDBC
See Java Database Connectivity (JDBC).
JDBC API
The programmatic API in Java to access relational databases.
JDBC Trace Facility
A utility designed to trace the entry point of all the JDBC methods called from the Java applications.
JDBC/MP
See HP JDBC Driver for SQL/MP (JDBC/MP).
JDBC/MX
See HP JDBC Driver for SQL/MX (JDBC/MX).
JDK
See Java Development Kit (JDK).
JNDI
See Java Naming and Directory Interface (JNDI).
JNI
See Java Native Interface (JNI).
jre
The Java run-time environment, which executes Java bytecode. Also, the command to run the Java run-time environment.
K
There are no entries for this section.
L
LAN
See local area network (LAN).
LOB
Short for Large OBject. Represents either CLOB or BLOB data.
LOB table
The table that stores the actual data associated with
CLOB columns and BLOB columns in base tables. Contrast with base table.
local area network (LAN)
A data communications network that is geographically limited. (typically to a radius of 1 kilometer), allowing easy interconnection of
terminals, microprocessors, and computers within adjacent buildings. Ethernet is an example of a LAN.
M
MXCI
SQL/MX Conversational Interface.
MXCS