| Package | Description | 
|---|---|
| net.sf.mmm.util.query.api.expression | |
| net.sf.mmm.util.query.base.argument | |
| net.sf.mmm.util.query.base.expression | |
| net.sf.mmm.util.query.base.statement | 
| Modifier and Type | Method and Description | 
|---|---|
| default void | ExpressionFormatter. append(SqlOperator<?,?> operator,
      Argument<?> argument) | 
| Modifier and Type | Method and Description | 
|---|---|
| default Expression | AbstractArgument. exp(SqlOperator<? super V,? super V> operator,
   ConstantArgument<V> arg2) | 
| default Expression | AbstractArgument. exp(SqlOperator<? super V,? super V> operator,
   Path<V> arg2) | 
| default Expression | AbstractArgument. exp(SqlOperator<? super V,? super V> operator,
   V arg2) | 
| default Expression | AbstractArgument. exp(SqlOperator<? super V,Void> operator) | 
| default <R> Expression | AbstractArgument. expRight(SqlOperator<? super V,? super R> operator,
        R arg2) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SqlOperator.SqlOperatorBetween<N extends Number>Abstract base implementation of  SqlOperatorfor comparison ofNumberwithRangeusing SQL
 BETWEEN operation. | 
| static class  | SqlOperator.SqlOperatorContainmentAbstract base implementation of  SqlOperatorforStringcomparison operations. | 
| static class  | SqlOperator.SqlOperatorEmptyness | 
| static class  | SqlOperator.SqlOperatorLikeAbstract base implementation of  SqlOperatorfor SQL like match operation onString. | 
| static class  | SqlOperator.SqlOperatorNumberAbstract base implementation of  SqlOperatorforNumbercomparison operations. | 
| static class  | SqlOperator.SqlOperatorStringAbstract base implementation of  SqlOperatorforStringcomparison operations. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SqlOperator<Number,Range<Number>> | SqlOperator. BETWEENSqlOperatorto check if objects match using SQL BETWEEN operation. | 
| static SqlOperator<Collection,Void> | SqlOperator. EMPTYSqlOperatorto check if objects match using SQL EMPTY operation. | 
| static SqlOperator<Object,Object> | SqlOperator. EQUALSqlOperatorto check if objects areequal. | 
| static SqlOperator<Number,Number> | SqlOperator. GREATER_OR_EQUALSqlOperatorto check if some value is greater or equal to another. | 
| static SqlOperator<Number,Number> | SqlOperator. GREATER_THANSqlOperatorto check if some value is greater than another. | 
| static SqlOperator<Object,Collection<?>> | SqlOperator. INSqlOperatorto check if objects match using SQL IN operation. | 
| static SqlOperator<Number,Number> | SqlOperator. LESS_OR_EQUALSqlOperatorto check if some value is less or equal than another. | 
| static SqlOperator<Number,Number> | SqlOperator. LESS_THANSqlOperatorto check if some value is less than another. | 
| static SqlOperator<String,String> | SqlOperator. LIKESqlOperatorto check if objects match using SQL like pattern. | 
| static SqlOperator<Number,Range<Number>> | SqlOperator. NOT_BETWEENSqlOperatorto check if objects do NOT match using SQL BETWEEN operation. | 
| static SqlOperator<Collection,Void> | SqlOperator. NOT_EMPTYSqlOperatorto check if objects do NOT match using SQL EMPTY operation. | 
| static SqlOperator<Object,Object> | SqlOperator. NOT_EQUALSqlOperatorto check if objects are NOTequal. | 
| static SqlOperator<Object,Collection<?>> | SqlOperator. NOT_INSqlOperatorto check if objects do NOT match using SQL IN operation. | 
| static SqlOperator<String,String> | SqlOperator. NOT_LIKESqlOperatorto check if objects match using SQL like pattern. | 
| private SqlOperator<? super L,? super R> | SingleExpression. operator | 
| Modifier and Type | Method and Description | 
|---|---|
| SqlOperator<? super L,? super R> | SingleExpression. getOperator() | 
| abstract SqlOperator<T,S> | SqlOperator. negate() | 
| SqlOperator<String,String> | SqlOperator.SqlOperatorLike. negate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <L,R> Expression | SingleExpression. valueOf(Argument<L> arg1,
       SqlOperator<? super L,? super R> operator,
       Argument<R> arg2) | 
| Constructor and Description | 
|---|
| SingleExpression(Argument<L> arg1,
                SqlOperator<? super L,? super R> operator,
                Argument<R> arg2)The constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SqlBuilder. append(SqlOperator<?,?> operator,
      Argument<?> arg2) | 
| default String | SqlDialect. operator(SqlOperator<?,?> operator) | 
Copyright © 2001–2016 mmm-Team. All rights reserved.