Function createIndex

  • Generate SQL command for CREATE INDEX.

    Parameters

    • name: string

      index name

    • table: string

      table name

    • expr: string

      index expression

    • opt: CreateIndexOptions = {}

      options {method}

    • acc: string = ''

      string to accumulate to (internal use)

    Returns string

    SQL command for creating the index

Generated using TypeDoc