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

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
              extended by com.alibaba.druid.sql.ast.expr.SQLCharExpr
All Implemented Interfaces:
SQLLiteralExpr, SQLExpr, SQLObject, Serializable
Direct Known Subclasses:
MySqlCharExpr

public class SQLCharExpr
extends SQLTextLiteralExpr

See Also:
Serialized Form

Constructor Summary
SQLCharExpr()
           
SQLCharExpr(String text)
           
 
Method Summary
 void output(StringBuffer buf)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.expr.SQLTextLiteralExpr
equals, getText, hashCode, setText
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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, putAttribute, setParent
 

Constructor Detail

SQLCharExpr

public SQLCharExpr()

SQLCharExpr

public SQLCharExpr(String text)
Method Detail

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.