com.alibaba.druid.sql.ast
Class SQLCommentHint

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLCommentHint
All Implemented Interfaces:
SQLHint, SQLObject, Serializable

public class SQLCommentHint
extends SQLObjectImpl
implements SQLHint

See Also:
Serialized Form

Constructor Summary
SQLCommentHint()
           
SQLCommentHint(String text)
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 
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

SQLCommentHint

public SQLCommentHint()

SQLCommentHint

public SQLCommentHint(String text)
Method Detail

getText

public String getText()

setText

public void setText(String text)


Copyright © 2012 Alibaba Group. All Rights Reserved.