Enum odbc_api::DriverCompleteOption[][src]

pub enum DriverCompleteOption<'a> {
    NoPrompt,
    // some variants omitted
}
Expand description

Specifies how the driver and driver manager complete the incoming connection string. See Environment::driver_connect.

Variants

NoPrompt

Do not show a prompt to the user. This implies that the connection string, must already provide all information needed to Connect to the data source, otherwise the operation fails. This is the only variant on non windows platforms

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.