net.sf.wcfart.wcf.param.SqlAndExpr 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 class SqlAndExpr extends SqlExprWithOperands {
public void accept(SqlExprVisitor visitor) {
visitor.visitSqlAndExpr(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy