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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.