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

    NB! Be aware that this method is vulnerable to SQL injection and its arguments must come only from trusted input!

    Parameters

    • dangerousViewName: string
    • dangerousSelectQuery: string

    Returns void

Generated using TypeDoc