com.alibaba.druid.sql.ast.expr
Class SQLTextLiteralExpr

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr
All Implemented Interfaces:
SQLLiteralExpr, SQLExpr, SQLObject, Serializable
Direct Known Subclasses:
SQLCharExpr, SQLNCharExpr

public abstract class SQLTextLiteralExpr
extends SQLExprImpl
implements SQLLiteralExpr

See Also:
Serialized Form

Constructor Summary
SQLTextLiteralExpr()
           
SQLTextLiteralExpr(String text)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getText()
           
 int hashCode()
           
 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
getClass, 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

SQLTextLiteralExpr

public SQLTextLiteralExpr()

SQLTextLiteralExpr

public SQLTextLiteralExpr(String text)
Method Detail

getText

public String getText()

setText

public void setText(String text)

hashCode

public int hashCode()
Specified by:
hashCode in class SQLExprImpl

equals

public boolean equals(Object obj)
Specified by:
equals in class SQLExprImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.