public class SQLNCharExpr extends SQLTextLiteralExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private static SQLDataType |
defaultDataType |
textattributes, parent| 构造器和说明 |
|---|
SQLNCharExpr() |
SQLNCharExpr(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLNCharExpr |
clone() |
SQLDataType |
computeDataType() |
void |
output(StringBuffer buf) |
equals, getChildren, getText, hashCode, setTextaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate static SQLDataType defaultDataType
public SQLNCharExpr()
public SQLNCharExpr(String text)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLNCharExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLTextLiteralExprpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.