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

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 Oracle JDK.
throw
Java keyword used to raise an exception.
throws
Java keyword used to define the exceptions that a method can raise.
TMF
See HP NonStop Transaction Management Facility (TMF)
transaction
A user-defined action that a client program (usually running on a workstation) requests from a server.
Transaction Management Facility (TMF)
See HP NonStop Transaction Management Facility (TMF)
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.
U
Unicode
A character-coding scheme designed to be an extension of ASCII. By using 16 bits for each character (rather than ASCII's 7), Unicode
can represent almost every character of every language and many symbols (such as "&") in an internationally standard way, eliminating
the complexity of incompatible extended character sets and code pages. Unicode's first 128 codes correspond to those of standard
ASCII.
uniform resource locator (URL)
A draft standard for specifying an object on a network (such as a file, a newsgroup, or, with JDBC, a database). URLs are used
extensively on the
World Wide Web. HTML documents use them to specify the targets of hyperlinks.
URL
See uniform resource locator (URL).
V
virtual machine (VM)
A self-contained operating environment that behaves as if it is a separate computer. See also Java virtual machine and Java Hotspot
virtual machine.
W
World Wide Web (WWW)
An Internet client-server hypertext distributed information retrieval system that originated from the CERN High-Energy Physics
laboratories in Geneva, Switzerland. On the WWW everything (documents, menus, indexes) is represented to the user as a hypertext
object in
HTML format. Hypertext links refer to other documents by their URLs. These can refer to local or remote resources accessible
by FTP, Gopher, Telnet, or news, as well as those available by means of the
HTTP protocol used to transfer hypertext documents. The
client program (known as a
browser) runs on the user's computer and provides two basic navigation operations: to follow a link or to
send a query to a server.
WWW
See
World Wide Web (WWW).
X
There are no entries for this section.
Y
There are no entries for this section.
Z
There are no entries for this section.
Prev Up Next
Appendix B. Scalar Functions Home Index