com.alibaba.druid.sql.ast.expr
Class SQLTextLiteralExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
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
SQLTextLiteralExpr
public SQLTextLiteralExpr()
SQLTextLiteralExpr
public SQLTextLiteralExpr(String text)
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.