com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleTableExpr

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleTableExpr
All Implemented Interfaces:
SQLExpr, SQLObject, Serializable

public class OracleTableExpr
extends SQLExprImpl

See Also:
Serialized Form

Constructor Summary
OracleTableExpr()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDbLink()
           
 SQLName getPartition()
           
 List<SQLName> getPartitionFor()
           
 SQLName getSubPartition()
           
 List<SQLName> getSubPartitionFor()
           
 SQLExpr getTable()
           
 int hashCode()
           
 void setDbLink(String dbLink)
           
 void setPartition(SQLName partition)
           
 void setSubPartition(SQLName subPartition)
           
 void setTable(SQLExpr table)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

OracleTableExpr

public OracleTableExpr()
Method Detail

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.