Function joinSQLFragmentsPrivate

  • Private

    Joins an array with a single space, auto trimming when needed.

    Certain elements do not get leading/trailing spaces.

    Returns

    The joined string.

    Parameters

    • array: SQLFragment[]

      The array to be joined. Falsy values are skipped. If an element is another array, this function will be called recursively on that array. Otherwise, if a non-string, non-falsy value is present, a TypeError will be thrown.

    Returns string

Generated using TypeDoc