Package liquibase.statement.core
Class InsertOrUpdateStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.InsertStatement
liquibase.statement.core.InsertOrUpdateStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorDescriptionInsertOrUpdateStatement
(String catalogName, String schemaName, String tableName, String primaryKey) InsertOrUpdateStatement
(String catalogName, String schemaName, String tableName, String primaryKey, boolean onlyUpdate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAllowColumnUpdate
(String columnName) void
setAllowColumnUpdate
(String columnName, boolean allowUpdate) void
setOnlyUpdate
(Boolean onlyUpdate) Methods inherited from class liquibase.statement.core.InsertStatement
addColumn, addColumnValue, getCatalogName, getColumnValue, getColumnValues, getSchemaName, getTableName
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Constructor Details
-
InsertOrUpdateStatement
-
InsertOrUpdateStatement
-
-
Method Details
-
getPrimaryKey
-
getOnlyUpdate
-
setOnlyUpdate
-
getAllowColumnUpdate
-
setAllowColumnUpdate
-