public class SQLJSONExpr extends SQLExprImpl implements SQLValuableExpr
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DATA_TYPE |
protected String |
literal |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLJSONExpr() |
SQLJSONExpr(String literal) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLJSONExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object o) |
List |
getChildren() |
String |
getLiteral() |
String |
getValue() |
int |
hashCode() |
void |
setLiteral(String literal) |
String |
toString() |
accept, acceptChild, acceptChild, 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
protected String literal
public SQLJSONExpr()
public SQLJSONExpr(String literal)
public SQLJSONExpr clone()
public String getValue()
getValue 在接口中 SQLValuableExprpublic String getLiteral()
public void setLiteral(String literal)
public boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic String toString()
toString 在类中 SQLObjectImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.