Member Junction
    Preparing search index...

    Options for Parse() and ParseWithTemplatePreprocessing() methods

    interface SQLParseOptions {
        dialect?: SQLParserDialect;
        sql: string;
    }
    Index

    Properties

    Properties

    SQL dialect for parsing and identifier quoting

    sql: string

    The SQL string to parse