Struct odbc_safe::Unconnected [] [src]

pub struct Unconnected<'env>(_);

An HDbc with the additional invariant of being 'allocated', but not 'connected'.

Trait Implementations

impl<'env> Debug for Unconnected<'env>
[src]

Formats the value using the given formatter.

impl<'env> Deref for Unconnected<'env>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'env> DerefMut for Unconnected<'env>
[src]

The method called to mutably dereference a value

impl<'env> HDbcWrapper<'env> for Unconnected<'env>
[src]

Type to a handle, which also must implement this trait.

Release ownership of the internal Connection Handle

Construction from a Connection Handle