#[repr(C)]pub struct dpiVector { /* private fields */ }Expand description
Vector handles are used to represent vector values stored in the database. They
are only available from Oracle Client and Database 23.4 and higher. They can be
created explicitly by a call to dpiConn_newVector() or implicitly when
a variable of type DPI_ORACLE_TYPE_VECTOR is created. They are destroyed when
the last reference is released by a call to the function
dpiVector_release().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiVector
impl RefUnwindSafe for dpiVector
impl Send for dpiVector
impl Sync for dpiVector
impl Unpin for dpiVector
impl UnwindSafe for dpiVector
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