com.alibaba.druid.sql.ast.statement
类 SQLCommentStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLCommentStatement
- 所有已实现的接口:
- SQLObject, SQLStatement
public class SQLCommentStatement
- extends SQLObjectImpl
- implements SQLStatement
SQLCommentStatement
public SQLCommentStatement()
getComment
public SQLExpr getComment()
setComment
public void setComment(SQLExpr comment)
getType
public SQLCommentStatement.Type getType()
setType
public void setType(SQLCommentStatement.Type type)
getOn
public SQLExpr getOn()
setOn
public void setOn(SQLExpr on)
Copyright © 2013 Alibaba Group. All Rights Reserved.