Package de.ec.sql
Class Having
- java.lang.Object
-
- de.ec.sql.Conditionable<Having>
-
- de.ec.sql.Having
-
- All Implemented Interfaces:
BeforeOrderBy,QueryBuilder,QueryPart
public class Having extends Conditionable<Having> implements QueryBuilder, BeforeOrderBy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ec.sql.Conditionable
Conditionable.Operator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHaving(BeforeHaving builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringstring()java.lang.Stringstring(QueryOptions options)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.ec.sql.BeforeOrderBy
orderBy, orderBy, orderBy, orderBySQL
-
Methods inherited from interface de.ec.sql.QueryBuilder
query
-
-
-
-
Constructor Detail
-
Having
protected Having(BeforeHaving builder)
-
-
Method Detail
-
string
public java.lang.String string(QueryOptions options)
- Specified by:
stringin interfaceQueryPart- Overrides:
stringin classConditionable<Having>
-
-