public class SQLCommentStatement extends SQLObjectImpl implements SQLStatement
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLCommentStatement.Type |
| 构造器和说明 |
|---|
SQLCommentStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLExpr |
getComment() |
SQLExpr |
getOn() |
SQLCommentStatement.Type |
getType() |
void |
setComment(SQLExpr comment) |
void |
setOn(SQLExpr on) |
void |
setType(SQLCommentStatement.Type type) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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)
Copyright © 2012 Alibaba Group. All Rights Reserved.