com.googlecode.jpattern.orm.query.expression
Class AndExpressionElement

java.lang.Object
  extended by com.googlecode.jpattern.orm.query.expression.BinaryExpressionElement
      extended by com.googlecode.jpattern.orm.query.expression.AndExpressionElement
All Implemented Interfaces:
IExpressionElement, INameSolverConsumer, IRenderableSqlObject

public class AndExpressionElement
extends BinaryExpressionElement

Author:
Francesco Cina 26/giu/2011

Field Summary
 
Fields inherited from class com.googlecode.jpattern.orm.query.expression.BinaryExpressionElement
expressionOne, expressionTwo
 
Constructor Summary
AndExpressionElement(IExpressionElement expOne, IExpressionElement expTwo)
           
 
Method Summary
 
Methods inherited from class com.googlecode.jpattern.orm.query.expression.BinaryExpressionElement
appendValues, renderSql, renderSql, setNameSolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndExpressionElement

public AndExpressionElement(IExpressionElement expOne,
                            IExpressionElement expTwo)


Copyright © 2011. All Rights Reserved.