Enum odbc_safe::Open [] [src]

pub enum Open {}

Cursor state of Statement. A statement is likely to enter this state after executing e.g a SELECT query.

Trait Implementations

impl Debug for Open
[src]

Formats the value using the given formatter.

impl CursorState for Open
[src]