Uses of Class
net.sf.jsqlparser.expression.JsonFunctionExpression
-
Packages that use JsonFunctionExpression Package Description net.sf.jsqlparser.expression -
-
Uses of JsonFunctionExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return JsonFunctionExpression Modifier and Type Method Description JsonFunctionExpressionJsonFunction. getExpression(int i)JsonFunctionExpressionJsonFunctionExpression. withUsingFormatJson(boolean usingFormatJson)Methods in net.sf.jsqlparser.expression that return types with arguments of type JsonFunctionExpression Modifier and Type Method Description ArrayList<JsonFunctionExpression>JsonFunction. getExpressions()Methods in net.sf.jsqlparser.expression with parameters of type JsonFunctionExpression Modifier and Type Method Description voidJsonFunction. add(int i, JsonFunctionExpression expression)booleanJsonFunction. add(JsonFunctionExpression expression)
-