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

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.SQLNCharExpr
所有已实现的接口:
SQLLiteralExpr, SQLExpr, SQLObject

public class SQLNCharExpr
extends SQLTextLiteralExpr


构造方法摘要
SQLNCharExpr()
           
SQLNCharExpr(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
 

构造方法详细信息

SQLNCharExpr

public SQLNCharExpr()

SQLNCharExpr

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

output

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


Copyright © 2013 Alibaba Group. All Rights Reserved.