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


嵌套类摘要
static class SQLCommentStatement.Type
           
 
构造方法摘要
SQLCommentStatement()
           
 
方法摘要
 SQLExpr getComment()
           
 SQLExpr getOn()
           
 SQLCommentStatement.Type getType()
           
 void setComment(SQLExpr comment)
           
 void setOn(SQLExpr on)
           
 void setType(SQLCommentStatement.Type type)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

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.