SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface IndexDefinition

    interface IndexDefinition {
        name?: string;
        columns: string[];
        expressions?: string[];
        where?: string;
        unique?: boolean;
    }
    Index

    Properties

    name?: string
    columns: string[]
    expressions?: string[]
    where?: string
    unique?: boolean