Package net.sf.jsqlparser.expression
Class JsonFunction
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.JsonFunction
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ArrayList
<JsonFunctionExpression> private JsonFunctionType
private final ArrayList
<JsonKeyValuePair> private JsonAggregateOnNullType
private JsonAggregateUniqueKeysType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) void
add
(int i, JsonFunctionExpression expression) void
add
(int i, JsonKeyValuePair keyValuePair) boolean
add
(JsonFunctionExpression expression) boolean
add
(JsonKeyValuePair keyValuePair) append
(StringBuilder builder) appendArray
(StringBuilder builder) appendMySqlObject
(StringBuilder builder) appendObject
(StringBuilder builder) appendPostgresObject
(StringBuilder builder) getExpression
(int i) getKeyValuePair
(int i) getType()
boolean
isEmpty()
void
setOnNullType
(JsonAggregateOnNullType onNullType) void
void
setType
(JsonFunctionType type) void
setUniqueKeysType
(JsonAggregateUniqueKeysType uniqueKeysType) toString()
withOnNullType
(JsonAggregateOnNullType onNullType) withType
(JsonFunctionType type) withUniqueKeysType
(JsonAggregateUniqueKeysType uniqueKeysType) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
functionType
-
keyValuePairs
-
expressions
-
onNullType
-
uniqueKeysType
-
-
Constructor Details
-
JsonFunction
public JsonFunction()
-
-
Method Details
-
getKeyValuePairs
-
getExpressions
-
getKeyValuePair
-
getExpression
-
add
-
add
-
add
-
add
-
isEmpty
public boolean isEmpty() -
getOnNullType
-
setOnNullType
-
withOnNullType
-
getUniqueKeysType
-
setUniqueKeysType
-
withUniqueKeysType
-
getType
-
setType
-
withType
-
setType
-
withType
-
accept
- Specified by:
accept
in interfaceExpression
-
append
-
appendObject
-
appendPostgresObject
-
appendMySqlObject
-
appendArray
-
toString
-