Uses of Class
net.sf.jsqlparser.expression.JsonFunction
-
Packages that use JsonFunction Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser net.sf.jsqlparser.util net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of JsonFunction in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return JsonFunction Modifier and Type Method Description JsonFunction
JsonFunction. withOnNullType(JsonAggregateOnNullType onNullType)
JsonFunction
JsonFunction. withType(java.lang.String typeName)
JsonFunction
JsonFunction. withType(JsonFunctionType type)
JsonFunction
JsonFunction. withUniqueKeysType(JsonAggregateUniqueKeysType uniqueKeysType)
Methods in net.sf.jsqlparser.expression with parameters of type JsonFunction Modifier and Type Method Description void
ExpressionVisitor. visit(JsonFunction aThis)
void
ExpressionVisitorAdapter. visit(JsonFunction expression)
-
Uses of JsonFunction in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return JsonFunction Modifier and Type Method Description JsonFunction
CCJSqlParser. JsonFunction()
-
Uses of JsonFunction in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type JsonFunction Modifier and Type Method Description void
TablesNamesFinder. visit(JsonFunction expression)
-
Uses of JsonFunction in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type JsonFunction Modifier and Type Method Description void
ExpressionDeParser. visit(JsonFunction expression)
-
Uses of JsonFunction in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type JsonFunction Modifier and Type Method Description void
ExpressionValidator. visit(JsonFunction expression)
-