Enum oracle::StartupMode [] [src]

pub enum StartupMode {
    Force,
    Restrict,
}

Database startup mode

See Connection.startup_database.

Variants

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

Allows database access only to users with both the CREATE SESSION and RESTRICTED SESSION privileges (normally, the DBA).

Trait Implementations

impl Debug for StartupMode
[src]

[src]

Formats the value using the given formatter.

impl Copy for StartupMode
[src]

impl Clone for StartupMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for StartupMode
[src]

[src]

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

1.0.0
[src]

This method tests for !=.