Member Junction
    Preparing search index...

    Configuration options for batch SQL execution. Shared between GenericDatabaseProvider and platform-specific providers.

    interface ExecuteSQLBatchOptions {
        description?: string;
        ignoreLogging?: boolean;
        isMutation?: boolean;
    }
    Index

    Properties

    description?: string

    Optional description for this batch operation

    ignoreLogging?: boolean

    If true, this batch will not be logged to any logging session

    isMutation?: boolean

    Whether this batch contains data mutation operations