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
Fields in net.sf.jsqlparser.expression with type parameters of type JsonFunctionExpression Modifier and Type Field Description private java.util.ArrayList<JsonFunctionExpression>
JsonFunction. expressions
Methods in net.sf.jsqlparser.expression that return JsonFunctionExpression Modifier and Type Method Description JsonFunctionExpression
JsonFunction. getExpression(int i)
JsonFunctionExpression
JsonFunctionExpression. withUsingFormatJson(boolean usingFormatJson)
Methods in net.sf.jsqlparser.expression that return types with arguments of type JsonFunctionExpression Modifier and Type Method Description java.util.ArrayList<JsonFunctionExpression>
JsonFunction. getExpressions()
Methods in net.sf.jsqlparser.expression with parameters of type JsonFunctionExpression Modifier and Type Method Description void
JsonFunction. add(int i, JsonFunctionExpression expression)
boolean
JsonFunction. add(JsonFunctionExpression expression)
-