[][src]Trait sibyl::Env

pub trait Env {
    fn env_ptr(&self) -> *mut OCIEnv;
fn err_ptr(&self) -> *mut OCIError; }

A trait for types that provide access to Environment handles.

See: Encapsulating Lifetime of the Field

Required methods

fn env_ptr(&self) -> *mut OCIEnv

fn err_ptr(&self) -> *mut OCIError

Loading content...

Implementors

impl Env for Environment[src]

impl<'_> Env for Connection<'_>[src]

impl<'_> Env for Cursor<'_>[src]

impl<'_> Env for Statement<'_>[src]

Loading content...