Member Junction
    Preparing search index...

    Interface PlaceholderSubstitutionResult

    Result of placeholder substitution

    interface PlaceholderSubstitutionResult {
        cleanSQL: string;
        positionMap: Map<string, PlaceholderEntry>;
        strippedTokens: MJToken[];
    }
    Index

    Properties

    cleanSQL: string

    Clean SQL with all MJ tokens replaced by SQL-safe placeholders

    positionMap: Map<string, PlaceholderEntry>

    Map from placeholder string to the original token info

    strippedTokens: MJToken[]

    Tokens that were NOT substituted (block tags, comments) — they were stripped