Interface BatchOperation

Batch operation descriptor for bulk operations.

interface BatchOperation {
    statement: string;
    parameters?: StorageParameters;
}

Hierarchy (view full)

Properties

statement: string

SQL statement to execute

parameters?: StorageParameters

Parameters for this specific operation