java.lang.Object
io.ebeaninternal.server.query.SqlTreeProperties
The select properties for a node in the SqlTree.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(STreeProperty prop) voidadd(STreeProperty[] props) voidbooleanReturn true if this contains an aggregation property.props()
-
Method Details
-
add
-
addExtra
-
add
-
props
-
isAggregation
public boolean isAggregation()Return true if this contains an aggregation property.
-