liquibase.statement.UpdateExecutablePreparedStatement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liquibase-core Show documentation
Show all versions of liquibase-core Show documentation
Liquibase is a tool for managing and executing database changes.
package liquibase.statement;
import liquibase.change.ColumnConfig;
import liquibase.changelog.ChangeSet;
import liquibase.database.Database;
import liquibase.resource.ResourceAccessor;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import static liquibase.util.SqlUtil.replacePredicatePlaceholders;
public class UpdateExecutablePreparedStatement extends ExecutablePreparedStatementBase {
private String whereClause;
private List whereColumnNames = new ArrayList<>();
private List