Uses of Class
net.sf.jsqlparser.expression.JsonFunction
Packages that use JsonFunction
Package
Description
-
Uses of JsonFunction in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return JsonFunctionModifier and TypeMethodDescriptionJsonFunction.withOnNullType
(JsonAggregateOnNullType onNullType) JsonFunction.withType
(JsonFunctionType type) JsonFunction.withUniqueKeysType
(JsonAggregateUniqueKeysType uniqueKeysType) Methods in net.sf.jsqlparser.expression with parameters of type JsonFunctionModifier and TypeMethodDescriptionvoid
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 -
Uses of JsonFunction in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type JsonFunction -
Uses of JsonFunction in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type JsonFunction -
Uses of JsonFunction in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type JsonFunction