Module create_index

Source
Expand description

Implementation of SQL CREATE INDEX

Structs§

CreateIndexData
Representation of a create index operation

Enums§

CreateIndexImpl
Implementation of database specific implementations of the CreateIndex trait.

Traits§

CreateIndex
Representation of a CREATE INDEX builder.