| 
    OCILIB (C and C++ Driver for Oracle)
    4.6.3
    
   | 
 
AQ identified agent for messages delivery. More...
#include <ocilib.hpp>
Inherits ocilib::HandleHolder< OCI_Agent *>.
Public Member Functions | |
| Agent (const Connection &connection, const ostring &name=OTEXT(""), const ostring &address=OTEXT("")) | |
| Create an AQ agent object.  More... | |
| ostring | GetName () const | 
| Get the given AQ agent name.  | |
| void | SetName (const ostring &value) | 
| Set the given AQ agent name.  More... | |
| ostring | GetAddress () const | 
| Get the given AQ agent address.  More... | |
| void | SetAddress (const ostring &value) | 
| Set the given AQ agent address.  More... | |
AQ identified agent for messages delivery.
This class wraps the OCILIB object handle OCI_Agent and its related methods
Definition at line 7462 of file ocilib.hpp.
      
  | 
  inline | 
Create an AQ agent object.
| connection | - Connection object | 
| name | - Agent name | 
| address | - Agent address | 
Definition at line 6738 of file ocilib_impl.hpp.
References ocilib::Check(), OCI_AgentCreate(), and OCI_AgentFree().
      
  | 
  inline | 
Set the given AQ agent name.
| value | - AQ agent name | 
Definition at line 6753 of file ocilib_impl.hpp.
References ocilib::Check(), and OCI_AgentSetName().
      
  | 
  inline | 
Get the given AQ agent address.
Definition at line 6758 of file ocilib_impl.hpp.
References ocilib::Check(), ocilib::MakeString(), and OCI_AgentGetAddress().
      
  | 
  inline | 
Set the given AQ agent address.
| value | - AQ agent address | 
Definition at line 6763 of file ocilib_impl.hpp.
References ocilib::Check(), and OCI_AgentSetAddress().