JDBC Type 4 Driver 1.1 Programmer's Reference
A stored procedure whose body is a static Java method.
stub
One of the following:
A dummy procedure used when linking a program with a run-time library. The
stub need not contain any code. Its only purpose is to prevent "undefined label"
errors at link time.
●
A local procedure in a remote procedure call (RPC). A client calls the stub to
perform a task, not necessarily aware that the RPC is involved. The stub transmits
parameters over the network to the server and returns results to the caller.
●
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.
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.