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
ConstructorsConstructorDescriptionInsertOrUpdateStatement(String catalogName, String schemaName, String tableName, String primaryKey) InsertOrUpdateStatement(String catalogName, String schemaName, String tableName, String primaryKey, boolean onlyUpdate) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAllowColumnUpdate(String columnName) voidsetAllowColumnUpdate(String columnName, boolean allowUpdate) voidsetOnlyUpdate(Boolean onlyUpdate) Methods inherited from class liquibase.statement.core.InsertStatement
addColumn, addColumnValue, getCatalogName, getColumnValue, getColumnValues, getSchemaName, getTableNameMethods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Constructor Details
-
InsertOrUpdateStatement
-
InsertOrUpdateStatement
-
-
Method Details
-
getPrimaryKey
-
getOnlyUpdate
-
setOnlyUpdate
-
getAllowColumnUpdate
-
setAllowColumnUpdate
-