Uses of Class
net.sf.jsqlparser.expression.JsonAggregateFunction
-
Packages that use JsonAggregateFunction 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 JsonAggregateFunction in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return JsonAggregateFunction Modifier and Type Method Description JsonAggregateFunction
JsonAggregateFunction. withExpression(Expression expression)
JsonAggregateFunction
JsonAggregateFunction. withExpressionOrderByElements(java.util.List<OrderByElement> orderByElements)
JsonAggregateFunction
JsonAggregateFunction. withKey(java.lang.String key)
JsonAggregateFunction
JsonAggregateFunction. withOnNullType(JsonAggregateOnNullType onNullType)
JsonAggregateFunction
JsonAggregateFunction. withType(java.lang.String typeName)
JsonAggregateFunction
JsonAggregateFunction. withType(JsonFunctionType type)
JsonAggregateFunction
JsonAggregateFunction. withUniqueKeysType(JsonAggregateUniqueKeysType uniqueKeysType)
JsonAggregateFunction
JsonAggregateFunction. withUsingFormatJson(boolean usingFormatJson)
JsonAggregateFunction
JsonAggregateFunction. withUsingKeyKeyword(boolean usingKeyKeyword)
JsonAggregateFunction
JsonAggregateFunction. withUsingValueKeyword(boolean usingValueKeyword)
JsonAggregateFunction
JsonAggregateFunction. withValue(java.lang.Object value)
Methods in net.sf.jsqlparser.expression with parameters of type JsonAggregateFunction Modifier and Type Method Description default void
ExpressionVisitor. visit(JsonAggregateFunction jsonAggregateFunction)
<S> T
ExpressionVisitor. visit(JsonAggregateFunction jsonAggregateFunction, S context)
<S> T
ExpressionVisitorAdapter. visit(JsonAggregateFunction jsonAggregateFunction, S context)
-
Uses of JsonAggregateFunction in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return JsonAggregateFunction Modifier and Type Method Description JsonAggregateFunction
CCJSqlParser. JsonAggregateFunction()
-
Uses of JsonAggregateFunction in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type JsonAggregateFunction Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(JsonAggregateFunction expression, S context)
-
Uses of JsonAggregateFunction in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type JsonAggregateFunction Modifier and Type Method Description <S> java.lang.StringBuilder
ExpressionDeParser. visit(JsonAggregateFunction expression, S context)
-
Uses of JsonAggregateFunction in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type JsonAggregateFunction Modifier and Type Method Description void
ExpressionValidator. visit(JsonAggregateFunction expression)
<S> java.lang.Void
ExpressionValidator. visit(JsonAggregateFunction expression, S context)
-