![JAR search and dependency download from the Maven repository](/logo.png)
io.github.wujun728.sql.node.SqlNode Maven / Gradle / Ivy
package io.github.wujun728.sql.node;
import java.util.Set;
import io.github.wujun728.sql.context.Context;
public interface SqlNode {
void apply(Context context);
void applyParameter(Set set);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy