package se.unlogic.standardutils.dao.script; import java.util.List; public interface ScriptUtility { List<String> getStatements(String script); }