Skip to main content

Module services

Module services 

Source
Expand description

Native service manager: a thin, safe wrapper over the isc_service_attach / isc_service_start / isc_service_query / isc_service_detach client entry points.

This is the low-level half of the Services API: it owns the service handle and moves parameter blocks and reply buffers across the FFI boundary. The user-facing API (SPB construction, backup/restore actions, reply parsing) lives in the rsfbclient crate’s services module, which drives this one.

Structs§

NativeServiceManager
A native attachment to a Firebird server’s service manager (service_mgr).