Class CreateViewBuilder

Hierarchy

  • CreateViewBuilder

Implements

Constructors

Methods

  • Sets the select query or a values statement that creates the view.

    WARNING! Some dialects don't support parameterized queries in DDL statements and therefore the query or raw sql expression passed here is interpolated into a single string opening an SQL injection vulnerability. DO NOT pass unchecked user input into the query or raw expression passed to this method!

    Parameters

    Returns CreateViewBuilder

Generated using TypeDoc