public class SQLCommentHint extends SQLObjectImpl implements SQLHint
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLCommentHint() |
SQLCommentHint(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCommentHint |
clone() |
String |
getText() |
void |
setText(String text) |
String |
toString() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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 SQLCommentHint()
public SQLCommentHint(String text)
public String getText()
public void setText(String text)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLCommentHint clone()
public String toString()
toString 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.