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 |
getOnlyUpdate() |
String |
getPrimaryKey() |
void |
setOnlyUpdate(Boolean onlyUpdate) |
addColumn, addColumnValue, getCatalogName, getColumnValue, getColumnValues, getSchemaName, getTableName
continueOnError, setContinueOnError, skipOnUnsupported
Copyright © 2019 Liquibase.org. All rights reserved.