com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleTableExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleTableExpr
- All Implemented Interfaces:
- SQLExpr, SQLObject, Serializable
public class OracleTableExpr
- extends SQLExprImpl
- See Also:
- Serialized Form
OracleTableExpr
public OracleTableExpr()
getPartition
public SQLName getPartition()
setPartition
public void setPartition(SQLName partition)
getSubPartition
public SQLName getSubPartition()
setSubPartition
public void setSubPartition(SQLName subPartition)
getSubPartitionFor
public List<SQLName> getSubPartitionFor()
getPartitionFor
public List<SQLName> getPartitionFor()
getTable
public SQLExpr getTable()
setTable
public void setTable(SQLExpr table)
getDbLink
public String getDbLink()
setDbLink
public void setDbLink(String dbLink)
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.