|
exedio cope | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringFunction
| Method Summary | |
|---|---|
BindStringFunction |
bind(Join join)
|
LikeCondition |
contains(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item contains the given parameter. |
LikeCondition |
containsIgnoreCase(String value)
|
LikeCondition |
endsWith(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item ends with the given parameter. |
LikeCondition |
endsWithIgnoreCase(String value)
|
Condition |
equalIgnoreCase(String value)
|
LengthView |
length()
|
LikeCondition |
like(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item is matches the given parameter. |
LikeCondition |
likeIgnoreCase(String value)
|
LikeCondition |
startsWith(String value)
Returns a condition, that is true for all items, if and only if the value of this function for that item starts with the given parameter. |
LikeCondition |
startsWithIgnoreCase(String value)
|
UppercaseView |
toUpperCase()
|
| Methods inherited from interface com.exedio.cope.Function |
|---|
appendParameter, between, equal, equal, equal, get, getValueClass, greater, greater, greaterOrEqual, greaterOrEqual, in, in, isNotNull, isNull, less, less, lessOrEqual, lessOrEqual, max, min, notEqual, notEqual |
| Methods inherited from interface com.exedio.cope.Selectable |
|---|
append, appendSelect, check, getType, toString |
| Method Detail |
|---|
BindStringFunction bind(Join join)
bind in interface Function<String>LikeCondition like(String value)
LikeCondition startsWith(String value)
LikeCondition endsWith(String value)
LikeCondition contains(String value)
LengthView length()
UppercaseView toUpperCase()
Condition equalIgnoreCase(String value)
LikeCondition likeIgnoreCase(String value)
LikeCondition startsWithIgnoreCase(String value)
LikeCondition endsWithIgnoreCase(String value)
LikeCondition containsIgnoreCase(String value)
|
Cope with Object Persistence |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||