All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.ext.databricks.change.vacuumTable.VacuumTableStatement Maven / Gradle / Ivy

The newest version!
package liquibase.ext.databricks.change.vacuumTable;


import liquibase.statement.AbstractSqlStatement;
import lombok.Getter;
import lombok.Setter;

@Setter
@Getter
public class VacuumTableStatement extends AbstractSqlStatement {

    private String catalogName;
    private String schemaName;
    private String tableName;
    private Integer retentionHours;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy