![]() |
OCILIB (C and C++ Driver for Oracle)
4.7.7
Open source and cross platform Oracle Driver delivering efficient access to Oracle databases.
|
AQ identified agent for messages delivery. More...
#include <types.hpp>
Inherits ocilib::core::HandleHolder< OCI_Agent * >.
Public Member Functions | |
| Agent (const Connection &connection, const ostring &name=OTEXT(""), const ostring &address=OTEXT("")) | |
| Create an AQ agent object. | |
| ostring | GetName () const |
| Get the given AQ agent name. | |
| void | SetName (const ostring &value) |
| Set the given AQ agent name. | |
| ostring | GetAddress () const |
| Get the given AQ agent address. | |
| void | SetAddress (const ostring &value) |
| Set the given AQ agent address. | |
AQ identified agent for messages delivery.
This class wraps the OCILIB object handle OCI_Agent and its related methods
|
inline |
Create an AQ agent object.
| connection | - Connection object |
| name | - Agent name |
| address | - Agent address |
Definition at line 28 of file Agent.hpp.
References ocilib::core::Check(), and OCI_AgentCreate().
|
inline |
Get the given AQ agent name.
Definition at line 42 of file Agent.hpp.
References ocilib::core::Check(), ocilib::core::MakeString(), and OCI_AgentGetName().
|
inline |
Set the given AQ agent name.
| value | - AQ agent name |
Definition at line 47 of file Agent.hpp.
References ocilib::core::Check(), and OCI_AgentSetName().
|
inline |
Get the given AQ agent address.
Definition at line 52 of file Agent.hpp.
References ocilib::core::Check(), ocilib::core::MakeString(), and OCI_AgentGetAddress().
|
inline |
Set the given AQ agent address.
| value | - AQ agent address |
Definition at line 57 of file Agent.hpp.
References ocilib::core::Check(), and OCI_AgentSetAddress().