
net.sf.wcfart.wcf.param.SqlExpr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wcf-art Show documentation
Show all versions of wcf-art Show documentation
jpivot-wcf code used by the ART reporting tool
The newest version!
package net.sf.wcfart.wcf.param;
/**
* @author av
* @since 31.01.2005
*/
public interface SqlExpr extends Cloneable {
void accept(SqlExprVisitor visitor);
public Object clone() throws CloneNotSupportedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy