Function createView

  • Generate SQL command for CREATE VIEW.

    Parameters

    • name: string

      view name

    • query: string

      view query

    • opt: object = null

      options (currently unused)

    • acc: string = ''

      string to accumulate to (internal use)

    Returns string

    SQL command for creating the view

Generated using TypeDoc