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, skipOnUnsupportedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.statement.SqlStatement
getFormattedStatement
-
Constructor Details
-
InsertOrUpdateStatement
-
InsertOrUpdateStatement
-
-
Method Details
-
getPrimaryKey
-
getOnlyUpdate
-
setOnlyUpdate
-
getAllowColumnUpdate
-
setAllowColumnUpdate
-