Skip to main content
Version: Next

stripStatementNewlines

Callable

  • stripStatementNewlines(body): string

  • Flattens ;\n boundaries so the schema-generator's statement splitter doesn't break the routine DDL apart. Other whitespace is preserved.


    Parameters

    • body: string

    Returns string