#include <FBwSvc.h>
Public Methods | |
| FBwService () | |
| FBwService (string pServ, string pUser, string pPass) | |
| FBwService (const FBwServerDsc &ad) | |
| bool | IsAttached () const |
| void | SetUser (string user) |
| void | SetPass (string pass) |
| void | SetServer (string serv) |
| void | Attach () |
| Method for Attaching to service manager. | |
| void | Attach (const FBwServerDsc &ad) |
| Method for Attaching to designated service manager. | |
| bool | SvcRequest (FBwSvcRequest *rq) |
| Executes a service request. | |
| void | Dettach () |
| Detachs from the service manager. | |
| void | GetLastError (BasicFBwErrorMgr *err) const |
| Error info. | |
| ~FBwService () | |
| isc_svc_handle * | GetHandle () |
| ISC_STATUS * | GetStatus () |
| void | ShowMessage () |
Protected Attributes | |
| FBwServerDsc | alias |
this class implements the metod SvcRequest for making services requests to an interbase server. After construccion if feeded with the necesary security information it attachs to the deisgnated server so you can request services from it.
1.2.17