• DeleteView drops the specified view name.

    This method is a no-op if a view with the provided name doesn't exist.

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

    Parameters

    • name: string

    Returns void

Generated using TypeDoc