|
Interface Summary |
| DbChildPubMsgData |
This interface represents the child table data of a TibRv message published by an
ADB-like agent. |
| DbFactory |
DbFactory defines all the interface methods that any Adb-like client needs
to implement to supply the instances of their DbXXXXXXX interface implementations. |
| DbOpcode |
DbOpcode interface represents the generic operations
that any ADB-like publisher should support. |
| DbPubMsg |
This class represents a TibRv message published by an
ADB-like agent. |
| DbPubMsgData |
This interface abstracts the data within a message published
by an ADB-like agent. |
| DbReply |
The DB reply interface that abstracts out a clients interaction with
any ADB-like server. |
| DbRequest |
The DB request interface that abstracts out a clients interaction with
any ADB-like server. |
| DbRequestBind |
This interface represents a bind row in the statement sent to an ADB-like agent. |
| DbRequestCallback |
Interface for receiving asynchronous response from DbRequest. |
| DbRequestStmt |
The DB request statement interface. |