T - The final java type of the expression.E - The result set read java type of the expression.public interface BooleanExpr<T,E> extends Expression<T,E>
| Modifier and Type | Method and Description |
|---|---|
BooleanExpr<T,E> |
and(BooleanExpr<T,E> operand)
Creates a new boolean expression that performs the logical and of this
expresion with the given one.
|
BooleanExpr<T,E> |
and(T operand)
Creates a new boolean expression that performs the logical and of this
expresion with the given one.
|
BooleanExpr<T,E> |
not()
Creates a new boolean expression that performs the logical not for this
expresion.
|
BooleanExpr<T,E> |
or(BooleanExpr<T,E> operand)
Creates a new boolean expression that performs the logical or of this
expresion with the given one.
|
BooleanExpr<T,E> |
or(T operand)
Creates a new boolean expression that performs the logical or of this
expresion with the given one.
|
asc, desc, eq, eq, getSQLType, in, isNull, ne, newriteSQLBooleanExpr<T,E> and(BooleanExpr<T,E> operand)
operand - The second operand.BooleanExpr<T,E> or(BooleanExpr<T,E> operand)
operand - The second operand.BooleanExpr<T,E> and(T operand)
operand - The second operand.BooleanExpr<T,E> or(T operand)
operand - The second operand.BooleanExpr<T,E> not()
Copyright © 2015–2018 Bridje Framework. All rights reserved.