package sqlancer; import java.sql.SQLException; public interface AbstractAction { Query getQuery(G globalState) throws SQLException; }