The RemoteOperation class is the base class for classes
that represent various remote operations. These remote operations
include queries and pass-through sessions. The RemoteOperation class
is not directly instantiated and cannot be customized directly.
The RemoteOperation base class implementation maintains
the following information:
- The type of remote operation that is represented by the object.
- A reference to the RemoteConnection object.
- A reference to a RuntimeDataList that describes the type and location
of values to be bound to parameter markers (if any) in the SQL statement.
- A reference to a RuntimeDataList that describes the expected type
and provides the buffers for values to be returned (if any) by the
SQL statement.
The RemotePassthru and RemoteQuery classes are subclasses
of the RemoteOperation class.
The RemoteOperation class is
one of the operation classes for the Java™ API.
Package
com.ibm.db2.wrapper
Constructors and methods
This class does
not contain constructors.