com.alibaba.druid.stat
类 TableStat.Relationship
java.lang.Object
com.alibaba.druid.stat.TableStat.Relationship
- 包容类:
- TableStat
public static class TableStat.Relationship
- extends Object
TableStat.Relationship
public TableStat.Relationship()
getLeft
public TableStat.Column getLeft()
setLeft
public void setLeft(TableStat.Column left)
getRight
public TableStat.Column getRight()
setRight
public void setRight(TableStat.Column right)
getOperator
public String getOperator()
setOperator
public void setOperator(String operator)
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
equals
public boolean equals(Object obj)
- 覆盖:
- 类
Object 中的 equals
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.