Reset in sqlparser::ast - Rust

Skip to main content

pub enum Reset {
    ALL,
    ConfigurationParameter(ObjectName),
}
Expand description

Variants of the RESET statement

Variants§

§

ALL

Resets all session parameters to their default values.

§

ConfigurationParameter(ObjectName)

Resets a specific session parameter to its default value.

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for Reset

§

impl RefUnwindSafe for Reset

§

impl Send for Reset

§

impl Sync for Reset

§

impl Unpin for Reset

§

impl UnwindSafe for Reset

Blanket Implementations§