Uses of Class
org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
-
Packages that use ArgumentListFunctionExpression Package Description org.eclipse.persistence.expressions org.eclipse.persistence.internal.helper -
-
Uses of ArgumentListFunctionExpression in org.eclipse.persistence.expressions
Methods in org.eclipse.persistence.expressions that return ArgumentListFunctionExpression Modifier and Type Method Description ArgumentListFunctionExpressionExpression. caseConditionStatement()INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:ArgumentListFunctionExpressionExpression. caseStatement()INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:ArgumentListFunctionExpressionExpression. coalesce()ArgumentListFunctionExpressionExpression. coalesce(Collection expressions)PUBLIC: Function Return null if all arguments are null and the first non-null argument otherwise The equivalent of the COALESCE SQL function -
Uses of ArgumentListFunctionExpression in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type ArgumentListFunctionExpression Modifier and Type Field Description static Class<ArgumentListFunctionExpression>ClassConstants. ArgumentListFunctionExpression_Class
-