com.alibaba.druid.sql.dialect.mysql.ast.expr
类 MySqlCharExpr

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
                  继承者 com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlCharExpr
所有已实现的接口:
SQLLiteralExpr, SQLExpr, SQLObject, MySqlExpr

public class MySqlCharExpr
extends SQLCharExpr
implements MySqlExpr


构造方法摘要
MySqlCharExpr()
           
MySqlCharExpr(String text)
           
 
方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 String getCharset()
           
 String getCollate()
           
 void output(StringBuffer buf)
           
 void setCharset(String charset)
           
 void setCollate(String collate)
           
 
从类 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
 

构造方法详细信息

MySqlCharExpr

public MySqlCharExpr()

MySqlCharExpr

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

getCharset

public String getCharset()

setCharset

public void setCharset(String charset)

getCollate

public String getCollate()

setCollate

public void setCollate(String collate)

output

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

accept0

public void accept0(MySqlASTVisitor visitor)


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