SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface SqliteInspectedIndex

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

    Properties

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