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 ColumnReference
public Column getPrimaryKeyColumn()
getPrimaryKeyColumn
in interface ColumnReference
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.