public class SQLJSONExpr extends SQLExprImpl implements SQLValuableExpr
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
DATA_TYPE |
| Constructor and Description |
|---|
SQLJSONExpr() |
SQLJSONExpr(String literal) |
| Modifier and Type | Method and Description |
|---|---|
SQLJSONExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object o) |
List |
getChildren() |
String |
getLiteral() |
String |
getValue() |
int |
hashCode() |
void |
setLiteral(String literal) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic static final SQLDataType DATA_TYPE
public SQLJSONExpr()
public SQLJSONExpr(String literal)
public SQLJSONExpr clone()
public String getValue()
getValue in interface SQLValuableExprpublic String getLiteral()
public void setLiteral(String literal)
public boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic String toString()
toString in class SQLObjectImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2022 Alibaba Group. All rights reserved.