com.alibaba.druid.sql.ast.expr
Class SQLDateLiteralExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLDateLiteralExpr
- All Implemented Interfaces:
- SQLLiteralExpr, SQLExpr, SQLObject, Serializable
public class SQLDateLiteralExpr
- extends SQLExprImpl
- implements SQLLiteralExpr
- See Also:
- Serialized Form
SQLDateLiteralExpr
public SQLDateLiteralExpr()
getValue
public SQLDateLiteralValue getValue()
setValue
public void setValue(SQLDateLiteralValue value)
output
public void output(StringBuffer buf)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLObjectImpl
hashCode
public int hashCode()
- Specified by:
hashCode in class SQLExprImpl
equals
public boolean equals(Object obj)
- Specified by:
equals in class SQLExprImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.