Package de.ec.sql
Class Where
- java.lang.Object
-
- de.ec.sql.Conditionable<Where>
-
- de.ec.sql.Where
-
- All Implemented Interfaces:
BeforeGroupBy,BeforeOrderBy,QueryBuilder,QueryPart
public class Where extends Conditionable<Where> implements QueryBuilder, BeforeGroupBy, BeforeOrderBy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ec.sql.Conditionable
Conditionable.Operator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWhere(BeforeWhere 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.BeforeGroupBy
groupBy, groupBy, groupBy, groupBySQL
-
Methods inherited from interface de.ec.sql.BeforeOrderBy
orderBy, orderBy, orderBy, orderBySQL
-
Methods inherited from interface de.ec.sql.QueryBuilder
query
-
-
-
-
Constructor Detail
-
Where
protected Where(BeforeWhere builder)
-
-
Method Detail
-
string
public java.lang.String string(QueryOptions options)
- Specified by:
stringin interfaceQueryPart- Overrides:
stringin classConditionable<Where>
-
-