T
- type of filterV
- type of valuepublic static class CaseExpression.Clause<T,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
SQLFilter<T> |
filter |
SQLExpression<? extends V> |
value |
Constructor and Description |
---|
Clause(SQLFilter<T> filter,
SQLExpression<? extends V> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final SQLExpression<? extends V> value
public Clause(SQLFilter<T> filter, SQLExpression<? extends V> value)
filter
- value
-