public class SQLCommentStatement extends SQLStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLCommentStatement.Type |
| Constructor and Description |
|---|
SQLCommentStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getComment() |
SQLExpr |
getOn() |
SQLCommentStatement.Type |
getType() |
void |
setComment(SQLExpr comment) |
void |
setOn(SQLExpr on) |
void |
setType(SQLCommentStatement.Type type) |
getDbType, isAfterSemi, setAfterSemi, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 © 2013–2017 Alibaba Group. All rights reserved.