public class Reference extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | foreignThe unqualified name of the foreign column. | 
| String | localThe unqualified name of the local column. | 
| ForeignKey | parentThe 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.