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
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(QueryVisitor visitor) boolean
int
hashCode()
void
setCondition
(Condition condition) toString()
-
Constructor Details
-
Having
public Having() -
Having
-
-
Method Details
-
setCondition
-
getCondition
-
toString
-
accept
-
accept
-
hashCode
public int hashCode() -
equals
-