pub struct SQLCreateIndex { /* private fields */ }
Expand description

Representation of a create index operation

Implementations

Creates a unique index. Null values are considered different from all other null values.

Creates the index only if it doesn’t exist yet.

Adds a column to the index.

Sets the condition to apply. This will build a partial index.

This method is used to build the create index operation

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.