Package com.alibaba.druid.stat
Class TableStat.Relationship
- java.lang.Object
-
- com.alibaba.druid.stat.TableStat.Relationship
-
-
Constructor Summary
Constructors Constructor Description Relationship(TableStat.Column left, TableStat.Column right, String operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TableStat.ColumngetLeft()StringgetOperator()TableStat.ColumngetRight()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Relationship
public Relationship(TableStat.Column left, TableStat.Column right, String operator)
-
-
Method Detail
-
getLeft
public TableStat.Column getLeft()
-
getRight
public TableStat.Column getRight()
-
getOperator
public String getOperator()
-
-