Package org.iplass.mtp.entity.query
Class Having
java.lang.Object
org.iplass.mtp.entity.query.Having
- All Implemented Interfaces:
Serializable,ASTNode
HAVING句を表す。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(QueryVisitor visitor) booleaninthashCode()voidsetCondition(Condition condition) toString()
-
Constructor Details
-
Having
public Having() -
Having
-
-
Method Details
-
setCondition
-
getCondition
-
toString
-
accept
-
accept
-
hashCode
public int hashCode() -
equals
-