Show / Hide Table of Contents

Enum SQLSyncTableOverwriteMode

For SQL sync, this is used to specify how to handle whether to Append or Overwrite to tables where the setting cannot be read.
Append/Overwrite mode for tables cannot be determined if the table name contains Global Parameters or placeholders like $VALDATE.

Default

Uses the setting in the report when possible, but Append when it cannot be read due to having a placeholder.

OverwriteAll

Forcibly Overwrite all tables during sync.

OverwriteIfPlaceholdersInTableName

Forcibly Overwrite only for tables that have placeholders in their names.

Back to top