package sqlancer; import java.sql.SQLException; @FunctionalInterface public interface QueryProvider { Query getQuery(S globalState) throws SQLException; }