FlushType in sqlparser::ast - Rust

Skip to main content

pub enum FlushType {
Show 13 variants BinaryLogs, EngineLogs, ErrorLogs, GeneralLogs, Hosts, Logs, Privileges, OptimizerCosts, RelayLogs, SlowLogs, Status, UserResources, Tables,
}
Expand description

Types of flush operations supported by FLUSH.

Variants§

§

BinaryLogs

Flush binary logs.

§

EngineLogs

Flush engine logs.

§

ErrorLogs

Flush error logs.

§

GeneralLogs

Flush general logs.

§

Hosts

Flush hosts information.

§

Logs

Flush logs.

§

Privileges

Flush privileges.

§

OptimizerCosts

Flush optimizer costs.

§

RelayLogs

Flush relay logs.

§

SlowLogs

Flush slow logs.

§

Status

Flush status.

§

UserResources

Flush user resources.

§

Tables

Flush table data.

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for FlushType

§

impl RefUnwindSafe for FlushType

§

impl Send for FlushType

§

impl Sync for FlushType

§

impl Unpin for FlushType

§

impl UnwindSafe for FlushType

Blanket Implementations§