![JAR search and dependency download from the Maven repository](/logo.png)
liquibase.report.OperationInfo Maven / Gradle / Ivy
package liquibase.report;
import lombok.Data;
@Data
public class OperationInfo {
private String command;
private String operationOutcome;
private String operationOutcomeErrorMsg;
private String exception;
private String updateSummaryMsg;
private Integer rowsAffected;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy