Skip to main content

execute_create_index

Function execute_create_index 

Source
pub fn execute_create_index(
    stmt: &Statement,
    db: &mut Database,
) -> Result<String>
Expand description

Handles CREATE INDEX [UNIQUE] <name> ON <table> (<column>). Single- column indexes only; multi-column / composite indexes are future work. Returns the (possibly synthesized) index name for the status message.