Member Junction
    Preparing search index...
    interface StatementBatch {
        evidence: string;
        kind: StatementKind;
        sql: string;
    }
    Index

    Properties

    Properties

    evidence: string

    What matched (keyword / object name).

    sql: string

    Original SQL of the batch (verbatim, GO stripped).