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

net.sf.wcfart.wcf.param.SqlAndExpr Maven / Gradle / Ivy

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