Field - Represents one column
in a row of tabular data. Modeled after Field in
Microsoft's ActiveX Data Objects (ADO) interface.
Fields - A collection of Field objects
that represents a row of tabular data. Modeled after Fields in
Microsoft's ActiveX Data Objects (ADO) interface.
JagORBClientErrNum - Defines symbolic
constants for errors that can occur in the ActiveX client proxy.
JagORBSrvErrNum - Defines symbolic
constants for errors that can occur during server-side execution
of a method call.
JCollection - Represents a collection
of objects or primitive data values; the ActiveX mapping for CORBA
IDL sequences used as method parameter or return types in Jaguar
methods.
Object - A generic proxy
object that must be narrowed to another interface.
Orb -The core interface
used by clients that use CORBA-style proxy instantiation.
RecordSet - Represents a set
of tabular data returned by a Jaguar method invocation. Provides
methods to iterate through the rows in each result set. Modeled
after RecordSet in Microsoft's ActiveX
Data Objects (ADO) interface.