com.alibaba.druid.sql.ast.expr
Class SQLCurrentOfCursorExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLCurrentOfCursorExpr
- All Implemented Interfaces:
- SQLExpr, SQLObject, Serializable
public class SQLCurrentOfCursorExpr
- extends SQLExprImpl
- See Also:
- Serialized Form
SQLCurrentOfCursorExpr
public SQLCurrentOfCursorExpr()
SQLCurrentOfCursorExpr
public SQLCurrentOfCursorExpr(SQLName cursorName)
getCursorName
public SQLName getCursorName()
setCursorName
public void setCursorName(SQLName cursorName)
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.