SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface SqliteViewDefinition

    interface SqliteViewDefinition {
        name: string;
        selectSql: string;
        columns?: string[];
        ifNotExists?: boolean;
        temporary?: boolean;
    }
    Index

    Properties

    name: string
    selectSql: string
    columns?: string[]
    ifNotExists?: boolean
    temporary?: boolean