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

liquibase.statement.CompoundStatement Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
package liquibase.statement;

/**
 * Marker interface to indicate that a {@link SqlStatement} can generate different {@link liquibase.sql.Sql}
 * which should be specifically executed
 */
public interface CompoundStatement extends SqlStatement {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy