T - The final java type of the expression.E - The result set read java type of the expression.public interface StringExpr<T,E> extends Expression<T,E>
| Modifier and Type | Method and Description |
|---|---|
ArithmeticExpr<Integer,Integer> |
length()
Gets the length of the string as a number expression.
|
BooleanExpr<Boolean,Boolean> |
like(String value)
Creates a new boolean expression that performs the LIKE comparison of
this expression with the given one.
|
BooleanExpr<Boolean,Boolean> |
like(StringExpr<?,?> stringExpr)
Creates a new boolean expression that performs the LIKE comparison of
this expression with the given one.
|
StringExpr<T,E> |
trim()
Create a new string expression that is the trim of this string
expression.
|
asc, desc, eq, eq, getSQLType, in, isNull, ne, newriteSQLStringExpr<T,E> trim()
ArithmeticExpr<Integer,Integer> length()
BooleanExpr<Boolean,Boolean> like(StringExpr<?,?> stringExpr)
stringExpr - The second operand.BooleanExpr<Boolean,Boolean> like(String value)
value - The second operand.Copyright © 2015–2018 Bridje Framework. All rights reserved.