• SaveView creates (or updates already existing) persistent SQL view.

    NB! Be aware that this method is vulnerable to SQL injection and the "selectQuery" argument must come only from trusted input!

    Parameters

    • name: string
    • selectQuery: string

    Returns void

Generated using TypeDoc