All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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