com.alibaba.druid.sql.ast.statement
Class SQLCommentStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLCommentStatement
All Implemented Interfaces:
SQLObject, SQLStatement, Serializable

public class SQLCommentStatement
extends SQLObjectImpl
implements SQLStatement

See Also:
Serialized Form

Nested Class Summary
static class SQLCommentStatement.Type
           
 
Constructor Summary
SQLCommentStatement()
           
 
Method Summary
 SQLExpr getComment()
           
 SQLExpr getOn()
           
 SQLCommentStatement.Type getType()
           
 void setComment(SQLExpr comment)
           
 void setOn(SQLExpr on)
           
 void setType(SQLCommentStatement.Type type)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

SQLCommentStatement

public SQLCommentStatement()
Method Detail

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 © 2012 Alibaba Group. All Rights Reserved.