org.onetwo.common.db.sqlext.SQLFunction Maven / Gradle / Ivy
The newest version!
package org.onetwo.common.db.sqlext;
public interface SQLFunction {
public String render(Object...args);
public boolean hasArguments();
public boolean hasParenthesesIfNoArguments();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy