package foundation.persist; public interface ISQLContext { void setParametersTo(NamedSQL namedSQL) throws Exception; }