com.alibaba.druid.sql.ast.expr
Class 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
- All Implemented Interfaces:
- SQLLiteralExpr, SQLExpr, SQLObject, Serializable
- Direct Known Subclasses:
- MySqlCharExpr
public class SQLCharExpr
- extends SQLTextLiteralExpr
- See Also:
- Serialized Form
SQLCharExpr
public SQLCharExpr()
SQLCharExpr
public SQLCharExpr(String text)
output
public void output(StringBuffer buf)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.