Member Junction
    Preparing search index...

    Interface SQLValidationResult

    Validation result with detailed error information

    interface SQLValidationResult {
        error?: string;
        suggestion?: string;
        trigger?: string;
        valid: boolean;
    }
    Index

    Properties

    error?: string

    Error message if validation failed

    suggestion?: string

    Suggested fix if available

    trigger?: string

    Specific keyword or pattern that triggered the error

    valid: boolean

    Whether the expression passed validation