Trait FirebirdClientDbEvents

Source
pub trait FirebirdClientDbEvents: FirebirdClientDbOps {
    // Required method
    fn wait_for_event(
        &mut self,
        db_handle: &mut Self::DbHandle,
        name: String,
    ) -> Result<(), FbError>;
}
Expand description

Firebird base event API

Required Methods§

Source

fn wait_for_event( &mut self, db_handle: &mut Self::DbHandle, name: String, ) -> Result<(), FbError>

Wait for an event to be posted on database

Implementors§