public class OptionalExpression extends SingleCollectionExpression
SQLExpression.ColumnExpressionListwrappedExpressionsdelegatelowestOperator, mapping, parameterName, st, stmt, subExprs, table| Constructor and Description |
|---|
OptionalExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
invoke(String methodName,
List args)
Allow the methods to be invoked directly in the wrapped type.
|
add, div, eq, ge, getDelegate, gt, isParameter, le, lt, mod, mul, ne, sub, toSQLTextand, bitAnd, bitOr, cast, com, distinct, encloseInParentheses, eor, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, in, ior, is, neg, not, setJavaTypeMappingpublic OptionalExpression(SQLStatement stmt, SQLTable table, JavaTypeMapping mapping)
public SQLExpression invoke(String methodName, List args)
SingleCollectionExpressioninvoke in class SingleCollectionExpressionmethodName - name of the method to invokeargs - Args to this method (if any)Copyright © 2020. All rights reserved.