public class InsertOrUpdateStatement extends InsertStatement
EMPTY_SQL_STATEMENT
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, getTableName
continueOnError, setContinueOnError, skipOnUnsupported
public 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 © 2023 Liquibase.org. All rights reserved.