JDBC Driver for Azure Synapse

Build 23.0.8839

BatchMode

The Batch Mode of Azure Synapse bulkInsert.

Possible Values

BCP, COPY, STANDARD

データ型

string

デフォルト値

"COPY"

解説

COPY utilizes an external storage account to load data into and then copy into your Azure Synapse table. You will also need to set the StorageAccountLocation and the AzureSASToken, which only supports INSERT statement. BCP transfers data to Azure Synapse directly with BulkLoadBCP protocol through the TCP communication between client and server, which only supports INSERT statements. STANDARD uses standard INSERT, UPDATE and DELETE statements for batch operations.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839