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 |
|---|---|
List<SQLObject> |
getChildren() |
SQLExpr |
getComment() |
SQLExprTableSource |
getOn() |
SQLCommentStatement.Type |
getType() |
void |
setComment(SQLExpr comment) |
void |
setOn(SQLExprTableSource on) |
void |
setOn(SQLName on) |
void |
setType(SQLCommentStatement.Type type) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 SQLExprTableSource getOn()
public void setOn(SQLExprTableSource on)
public void setOn(SQLName on)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.