Enum odbc_sys::SqlCompletionType[][src]

#[repr(i16)]
pub enum SqlCompletionType { SQL_COMMIT, SQL_ROLLBACK, }

Completion types for SQLEndTrans

Variants

Trait Implementations

impl Debug for SqlCompletionType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SqlCompletionType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SqlCompletionType
[src]

impl Clone for SqlCompletionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SqlCompletionType
[src]

Auto Trait Implementations