JDBC Driver for SQL/MX Programmer's Reference

Invocation API that invokes a Java VM from a C program.
Java Run-time
The JVM and the Core Packages. This is the standard Java environment that the java
command invokes.
Java virtual machine (JVM)
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).
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.
L
LAN
See local area network (LAN).
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.
LOB
Short for Large OBject. Represents either CLOB or BLOB data.