public class SQLCommentStatement extends SQLStatementImpl implements SQLStatement
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, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
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 SQLExpr getOn()
public void setOn(SQLExpr on)
Copyright © 2013–2017 Alibaba Group. All rights reserved.