Enum odbc_sys::SqlBulkOperation[][src]

#[repr(u16)]
pub enum SqlBulkOperation { SQL_ADD, SQL_UPDATE_BY_BOOKMARK, SQL_DELETE_BY_BOOKMARK, SQL_FETCH_BY_BOOKMARK, }

Supported SQLBulkOperations operations

Variants

Trait Implementations

impl Debug for SqlBulkOperation
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SqlBulkOperation
[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 SqlBulkOperation
[src]

impl Clone for SqlBulkOperation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SqlBulkOperation
[src]

Auto Trait Implementations