|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLCommentStatement
public class SQLCommentStatement
| Nested Class Summary | |
|---|---|
static class |
SQLCommentStatement.Type
|
| Constructor Summary | |
|---|---|
SQLCommentStatement()
|
|
| Method Summary | |
|---|---|
SQLExpr |
getComment()
|
SQLExpr |
getOn()
|
SQLCommentStatement.Type |
getType()
|
void |
setComment(SQLExpr comment)
|
void |
setOn(SQLExpr on)
|
void |
setType(SQLCommentStatement.Type type)
|
| Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl |
|---|
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject |
|---|
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent |
| Constructor Detail |
|---|
public SQLCommentStatement()
| Method Detail |
|---|
public SQLExpr getComment()
public void setComment(SQLExpr comment)
public SQLCommentStatement.Type getType()
public void setType(SQLCommentStatement.Type type)
public SQLExpr getOn()
public void setOn(SQLExpr on)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||