public class Reference extends Object
Modifier and Type | Field and Description |
---|---|
String |
foreign
The unqualified name of the foreign column.
|
String |
local
The unqualified name of the local column.
|
ForeignKey |
parent
The foreign key to which this column mapping belongs.
|
Constructor and Description |
---|
Reference() |
public ForeignKey parent
public String foreign
public String local
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.