public interface CharacterExpression extends ComparableExpression<Character>
Modifier and Type | Method and Description |
---|---|
CharacterExpression |
com()
Method to return an expression that is the complement of the current expression.
|
CharacterExpression |
neg()
Method to return an expression that is the current expression negated.
|
CharacterExpression |
toLowerCase()
Method to return a CharacterExpression representing this CharacterExpression in lower case.
|
CharacterExpression |
toUpperCase()
Method to return a CharacterExpression representing this CharacterExpression in upper case.
|
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
CharacterExpression toLowerCase()
CharacterExpression toUpperCase()
CharacterExpression neg()
CharacterExpression com()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.