public abstract class BaseColumnReference extends Object implements ColumnReference, Comparable<ColumnReference>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ColumnReference columnRef) |
boolean |
equals(Object obj) |
Column |
getForeignKeyColumn()
Gets the foreign key column.
|
Column |
getPrimaryKeyColumn()
Gets the primary key column.
|
int |
hashCode() |
String |
toString() |
public int compareTo(ColumnReference columnRef)
compareTo in interface Comparable<ColumnReference>public Column getForeignKeyColumn()
getForeignKeyColumn in interface ColumnReferencepublic Column getPrimaryKeyColumn()
getPrimaryKeyColumn in interface ColumnReferenceCopyright © 2000-2017 Sualeh Fatehi. All rights reserved.