public class InsertOrUpdateStatement extends InsertStatement
| Constructor and Description |
|---|
InsertOrUpdateStatement(String catalogName,
String schemaName,
String tableName,
String primaryKey) |
InsertOrUpdateStatement(String catalogName,
String schemaName,
String tableName,
String primaryKey,
boolean onlyUpdate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowColumnUpdate(String columnName) |
Boolean |
getOnlyUpdate() |
String |
getPrimaryKey() |
void |
setAllowColumnUpdate(String columnName,
boolean allowUpdate) |
void |
setOnlyUpdate(Boolean onlyUpdate) |
addColumn, addColumnValue, getCatalogName, getColumnValue, getColumnValues, getSchemaName, getTableNamecontinueOnError, setContinueOnError, skipOnUnsupportedpublic InsertOrUpdateStatement(String catalogName, String schemaName, String tableName, String primaryKey)
public String getPrimaryKey()
public Boolean getOnlyUpdate()
public void setOnlyUpdate(Boolean onlyUpdate)
public boolean getAllowColumnUpdate(String columnName)
public void setAllowColumnUpdate(String columnName, boolean allowUpdate)
Copyright © 2022 Liquibase.org. All rights reserved.