Package net.sf.jsqlparser.expression
Class JsonFunctionExpression
java.lang.Object
net.sf.jsqlparser.expression.JsonFunctionExpression
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(StringBuilder builder) boolean
void
setUsingFormatJson
(boolean usingFormatJson) toString()
withUsingFormatJson
(boolean usingFormatJson)
-
Field Details
-
expression
-
usingFormatJson
private boolean usingFormatJson
-
-
Constructor Details
-
JsonFunctionExpression
-
-
Method Details