T - The final java type of the expression.E - The result set read java type of the expression.public interface Expression<T,E> extends SQLWritable
| Modifier and Type | Method and Description |
|---|---|
OrderExpr |
asc() |
OrderExpr |
desc() |
BooleanExpr<Boolean,Boolean> |
eq(Expression<T,E> operand) |
BooleanExpr<Boolean,Boolean> |
eq(T operand) |
SQLType<T,E> |
getSQLType() |
BooleanExpr<Boolean,Boolean> |
ne(Expression<T,E> operand) |
BooleanExpr<Boolean,Boolean> |
ne(T operand) |
writeSQLBooleanExpr<Boolean,Boolean> eq(Expression<T,E> operand)
operand - BooleanExpr<Boolean,Boolean> ne(Expression<T,E> operand)
operand - BooleanExpr<Boolean,Boolean> eq(T operand)
operand - BooleanExpr<Boolean,Boolean> ne(T operand)
operand - OrderExpr asc()
OrderExpr desc()
Copyright © 2015–2017 Bridje Framework. All rights reserved.