Enum mimir::enums::ODPIStartupMode [] [src]

#[repr(u32)]
pub enum ODPIStartupMode { DefaultStartupMode, Force, Restrict, }

This enumeration identifies the mode to use when starting up a database using dpiConn_startupDatabase().

Variants

Default mode for startup which permits database access to all users.

Shuts down a running instance (using ABORT) before starting a new one. This mode should only be used in unusual circumstances.

Only allows database access to users with both the CREATE SESSION and RESTRICTED SESSION privileges (normally the DBA).

Trait Implementations

impl Clone for ODPIStartupMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ODPIStartupMode
[src]

impl Debug for ODPIStartupMode
[src]

Formats the value using the given formatter.

impl Eq for ODPIStartupMode
[src]

impl Hash for ODPIStartupMode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ODPIStartupMode
[src]

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

This method tests for !=.