prorm API Reference
    Preparing search index...

    Interface ViewOptions

    interface ViewOptions {
        name: string;
        schema?: string;
        comment?: string;
        replace?: boolean;
    }

    Hierarchy (View Summary)

    Index
    name: string

    View name

    schema?: string

    Schema for the view

    comment?: string

    Comment for the view

    replace?: boolean

    Replace if exists