com.alibaba.druid.sql.ast.expr
Class SQLPropertyExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLPropertyExpr
- All Implemented Interfaces:
- SQLExpr, SQLName, SQLObject, Serializable
public class SQLPropertyExpr
- extends SQLExprImpl
- implements SQLName
- See Also:
- Serialized Form
SQLPropertyExpr
public SQLPropertyExpr(SQLExpr owner,
String name)
SQLPropertyExpr
public SQLPropertyExpr()
getSimleName
public String getSimleName()
- Specified by:
getSimleName in interface SQLName
getOwner
public SQLExpr getOwner()
setOwner
public void setOwner(SQLExpr owner)
getName
public String getName()
setName
public void setName(String name)
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.