#[repr(C)]pub struct dpiSodaDb { /* private fields */ }Expand description
SODA database handles are used to represent connections to the SODA database.
They are created by calling the function dpiConn_getSodaDb(). They are
destroyed when the last reference is released by calling
dpiSodaDb_release().
See this tracking issue for known issues with SODA.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiSodaDb
impl RefUnwindSafe for dpiSodaDb
impl Send for dpiSodaDb
impl Sync for dpiSodaDb
impl Unpin for dpiSodaDb
impl UnwindSafe for dpiSodaDb
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more