public class Upsert extends Object
| Constructor and Description |
|---|
Upsert() |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumn() |
String |
getDynamicStatement(RulesApplier ruleApplier,
Scenario scenario) |
String |
getId()
Upsert ID, Use UUID if none specified
|
String |
getStatement() |
long |
getTimeoutDuration() |
String |
getUpsertGroup()
upsertGroup attribute is just a string value to help correlate upserts across sets or files.
|
boolean |
isUseGlobalConnection() |
void |
setColumn(List<Column> column) |
void |
setId(String id) |
void |
setStatement(String statement) |
void |
setTimeoutDuration(long timeoutDuration) |
void |
setUpsertGroup(String upsertGroup) |
void |
setUseGlobalConnection(boolean useGlobalConnection) |
public String getDynamicStatement(RulesApplier ruleApplier, Scenario scenario) throws Exception
Exceptionpublic String getUpsertGroup()
public void setUpsertGroup(String upsertGroup)
public String getId()
public void setId(String id)
public boolean isUseGlobalConnection()
public void setUseGlobalConnection(boolean useGlobalConnection)
public long getTimeoutDuration()
public void setTimeoutDuration(long timeoutDuration)
public String getStatement()
public void setStatement(String statement)
Copyright © 2022 Apache Software Foundation. All rights reserved.