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

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

public class SQLCharExpr
extends SQLTextLiteralExpr


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

构造方法详细信息

SQLCharExpr

public SQLCharExpr()

SQLCharExpr

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

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output


Copyright © 2013 Alibaba Group. All Rights Reserved.