Uses of Class
net.sf.jsqlparser.expression.JsonFunctionExpression
Packages that use JsonFunctionExpression
-
Uses of JsonFunctionExpression in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression with type parameters of type JsonFunctionExpressionModifier and TypeFieldDescriptionprivate final ArrayList
<JsonFunctionExpression> JsonFunction.expressions
Methods in net.sf.jsqlparser.expression that return JsonFunctionExpressionModifier and TypeMethodDescriptionJsonFunction.getExpression
(int i) JsonFunctionExpression.withUsingFormatJson
(boolean usingFormatJson) Methods in net.sf.jsqlparser.expression that return types with arguments of type JsonFunctionExpressionMethods in net.sf.jsqlparser.expression with parameters of type JsonFunctionExpressionModifier and TypeMethodDescriptionvoid
JsonFunction.add
(int i, JsonFunctionExpression expression) boolean
JsonFunction.add
(JsonFunctionExpression expression)