Enum sql::plan::Plan[][src]

pub enum Plan {
Show 42 variants CreateDatabase(CreateDatabasePlan), CreateSchema(CreateSchemaPlan), CreateRole(CreateRolePlan), CreateSource(CreateSourcePlan), CreateSink(CreateSinkPlan), CreateTable(CreateTablePlan), CreateView(CreateViewPlan), CreateViews(CreateViewsPlan), CreateIndex(CreateIndexPlan), CreateType(CreateTypePlan), DiscardTemp, DiscardAll, DropDatabase(DropDatabasePlan), DropSchema(DropSchemaPlan), DropRoles(DropRolesPlan), DropItems(DropItemsPlan), EmptyQuery, ShowAllVariables, ShowVariable(ShowVariablePlan), SetVariable(SetVariablePlan), StartTransaction(StartTransactionPlan), CommitTransaction, AbortTransaction, Peek(PeekPlan), Tail(TailPlan), SendRows(SendRowsPlan), CopyFrom(CopyFromPlan), Explain(ExplainPlan), SendDiffs(SendDiffsPlan), Insert(InsertPlan), AlterNoop(AlterNoopPlan), AlterIndexSetOptions(AlterIndexSetOptionsPlan), AlterIndexResetOptions(AlterIndexResetOptionsPlan), AlterIndexEnable(AlterIndexEnablePlan), AlterItemRename(AlterItemRenamePlan), Declare(DeclarePlan), Fetch(FetchPlan), Close(ClosePlan), ReadThenWrite(ReadThenWritePlan), Prepare(PreparePlan), Execute(ExecutePlan), Deallocate(DeallocatePlan),
}
Expand description

Instructions for executing a SQL query.

Variants

CreateDatabase(CreateDatabasePlan)

Tuple Fields

CreateSchema(CreateSchemaPlan)

Tuple Fields

CreateRole(CreateRolePlan)

Tuple Fields

CreateSource(CreateSourcePlan)

Tuple Fields

CreateSink(CreateSinkPlan)

Tuple Fields

CreateTable(CreateTablePlan)

Tuple Fields

CreateView(CreateViewPlan)

Tuple Fields

CreateViews(CreateViewsPlan)

Tuple Fields

CreateIndex(CreateIndexPlan)

Tuple Fields

CreateType(CreateTypePlan)

Tuple Fields

DiscardTemp

DiscardAll

DropDatabase(DropDatabasePlan)

Tuple Fields

DropSchema(DropSchemaPlan)

Tuple Fields

DropRoles(DropRolesPlan)

Tuple Fields

DropItems(DropItemsPlan)

Tuple Fields

EmptyQuery

ShowAllVariables

ShowVariable(ShowVariablePlan)

Tuple Fields

SetVariable(SetVariablePlan)

Tuple Fields

StartTransaction(StartTransactionPlan)

Tuple Fields

CommitTransaction

AbortTransaction

Peek(PeekPlan)

Tuple Fields

Tail(TailPlan)

Tuple Fields

SendRows(SendRowsPlan)

Tuple Fields

CopyFrom(CopyFromPlan)

Tuple Fields

Explain(ExplainPlan)

Tuple Fields

SendDiffs(SendDiffsPlan)

Tuple Fields

Insert(InsertPlan)

Tuple Fields

AlterNoop(AlterNoopPlan)

Tuple Fields

AlterIndexSetOptions(AlterIndexSetOptionsPlan)

Tuple Fields

AlterIndexResetOptions(AlterIndexResetOptionsPlan)

Tuple Fields

AlterIndexEnable(AlterIndexEnablePlan)

Tuple Fields

AlterItemRename(AlterItemRenamePlan)

Tuple Fields

Declare(DeclarePlan)

Tuple Fields

Fetch(FetchPlan)

Tuple Fields

Close(ClosePlan)

Tuple Fields

ReadThenWrite(ReadThenWritePlan)

Tuple Fields

Prepare(PreparePlan)

Tuple Fields

Execute(ExecutePlan)

Tuple Fields

Deallocate(DeallocatePlan)

Tuple Fields

Trait Implementations

Formats the value using the given formatter. Read more

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more