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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLExprImpl
          继承者 com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr
所有已实现的接口:
SQLLiteralExpr, SQLExpr, SQLObject
直接已知子类:
SQLCharExpr, SQLNCharExpr

public abstract class SQLTextLiteralExpr
extends SQLExprImpl
implements SQLLiteralExpr


构造方法摘要
SQLTextLiteralExpr()
           
SQLTextLiteralExpr(String text)
           
 
方法摘要
 boolean equals(Object obj)
           
 String getText()
           
 int hashCode()
           
 void setText(String text)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

SQLTextLiteralExpr

public SQLTextLiteralExpr()

SQLTextLiteralExpr

public SQLTextLiteralExpr(String text)
方法详细信息

getText

public String getText()

setText

public void setText(String text)

hashCode

public int hashCode()
指定者:
SQLExprImpl 中的 hashCode

equals

public boolean equals(Object obj)
指定者:
SQLExprImpl 中的 equals


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.