Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)

node One of the following:
An addressable device attached to a computer network.
A hypertext document.
O
ODBC See Open Database Connectivity (ODBC).
Open Database
Connectivity
(ODBC)
The standard Microsoft product for accessing databases.
P
package A collection of related classes; for example, JDBC.
persistence A property of a programming language where created objects and variables continue to exist
and retain their values between runs of the program.
portability The ability to transfer programs from one platform to another without reprogramming. A
characteristic of open systems. Portability implies use of standard programming languages,
such as C.
protocol A set of formal rules for transmitting data, especially across a network. Low-level protocols
define electrical and physical standards, bit-ordering, byte-ordering, and the transmission, error
detection, and error correction of the bit stream. High-level protocols define data formatting,
including the syntax of messages, the terminal-to-computer dialogue, character sets, sequencing
of messages, and so on.
S
server One of the following:
The hardware component of a computer system designed to provide services in response
to requests received from clients across a network. For example, the Neoview platform,
which provides transaction processing, database access, and other services.
A process or program that provides services to a client. Servers are designed to receive
request messages from clients; perform the desired operations, such as database inquiries
or updates, security verifications, numerical calculations, or data routing to other computer
systems; and return reply messages to the clients.
set() method A method used to modify a data item. For example, the Connection.setAutoCommit()
method changes the transaction mode of the JDBC driver's connection to a Neoview SQL
database. Compare to get() method.
SQL context An instantiation of the SQL executor with its own environment.
SQLJ Also referred to as SQLJ Part 0, the "Database Language SQL--Part 10: Object Language Bindings
(SQL/OLB)" part of the ANSI SQL-2002 standard that allows static SQL statements to be
embedded directly in a Java program.
statement pooling
A framework for pooling PreparedStatement objects.
T
thread A task that is separately dispatched and that represents a sequential flow of control within a
process.
threads
The nonnative thread package that is shipped with Sun Microsystems JDK.
throw
Java keyword used to raise an exception.
throws
Java keyword used to define the exceptions that a method can raise.
transaction A user-defined action that a client program (usually running on a workstation) requests from
a server.
trigger A trigger defines a set of actions that are executed automatically whenever a delete, insert, or
update operation occurs on a specified base table.
110 Glossary