Uses of Class
net.sf.jsqlparser.expression.JsonFunction
-
Packages that use JsonFunction Package Description net.sf.jsqlparser.expression 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 JsonFunctionJsonFunction. withOnNullType(JsonAggregateOnNullType onNullType)JsonFunctionJsonFunction. withType(String typeName)JsonFunctionJsonFunction. withType(JsonFunctionType type)JsonFunctionJsonFunction. withUniqueKeysType(JsonAggregateUniqueKeysType uniqueKeysType)Methods in net.sf.jsqlparser.expression with parameters of type JsonFunction Modifier and Type Method Description default voidExpressionVisitor. visit(JsonFunction jsonFunction)<S> TExpressionVisitor. visit(JsonFunction jsonFunction, S context)<S> TExpressionVisitorAdapter. visit(JsonFunction jsonFunction, S context) -
Uses of JsonFunction in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type JsonFunction Modifier and Type Method Description <S> VoidTablesNamesFinder. visit(JsonFunction expression, S context) -
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 <S> StringBuilderExpressionDeParser. visit(JsonFunction expression, S context) -
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 voidExpressionValidator. visit(JsonFunction expression)<S> VoidExpressionValidator. visit(JsonFunction expression, S context)
-