[][src]Trait rsfbclient_core::FirebirdClientRemoteAttach

pub trait FirebirdClientRemoteAttach: FirebirdClient {
    fn attach_database(
        &mut self,
        host: &str,
        port: u16,
        db_name: &str,
        user: &str,
        pass: &str
    ) -> Result<Self::DbHandle, FbError>; }

Required methods

fn attach_database(
    &mut self,
    host: &str,
    port: u16,
    db_name: &str,
    user: &str,
    pass: &str
) -> Result<Self::DbHandle, FbError>

Connect to a database, returning a database handle

Loading content...

Implementors

Loading content...