
org.n3r.eql.base.ExpressionEvaluator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eql Show documentation
Show all versions of eql Show documentation
a simple wrapper framework for jdbc to seperate sql and java code
The newest version!
package org.n3r.eql.base;
import org.n3r.eql.map.EqlRun;
public interface ExpressionEvaluator {
Object eval(String expr, EqlRun eqlRun);
Object evalDynamic(String expr, EqlRun eqlRun);
boolean evalBool(String expr, EqlRun eqlRun);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy