Package com.github.eikecochu.sqlbuilder
Class Having
- java.lang.Object
-
- com.github.eikecochu.sqlbuilder.QueryPartImpl<T>
-
- com.github.eikecochu.sqlbuilder.Conditionable<Having>
-
- com.github.eikecochu.sqlbuilder.Having
-
- All Implemented Interfaces:
BeforeOrderBy,BeforeUnion,QueryBuilder,QueryPart
public class Having extends Conditionable<Having> implements QueryBuilder, BeforeOrderBy, BeforeUnion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.eikecochu.sqlbuilder.Conditionable
Conditionable.Operator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHaving(BeforeHaving parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringstring(QueryOptions options)Transforms this statement into an SQL string-
Methods inherited from class com.github.eikecochu.sqlbuilder.Conditionable
and, col, col, col, group, groupStart, or, values
-
Methods inherited from class com.github.eikecochu.sqlbuilder.QueryPartImpl
ext, parent, sql
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.eikecochu.sqlbuilder.BeforeOrderBy
orderBy, orderBy, orderBy, orderBySQL
-
Methods inherited from interface com.github.eikecochu.sqlbuilder.BeforeUnion
union, union, unionAll, unionSQL
-
Methods inherited from interface com.github.eikecochu.sqlbuilder.QueryBuilder
query
-
-
-
-
Constructor Detail
-
Having
protected Having(BeforeHaving parent)
-
-
Method Detail
-
string
public java.lang.String string(QueryOptions options)
Description copied from interface:QueryPartTransforms this statement into an SQL string- Specified by:
stringin interfaceQueryPart- Overrides:
stringin classConditionable<Having>- Parameters:
options- The QueryOptions to apply for transformation- Returns:
- The created SQL string
-
-