Class FKColumn.FKColumnBuilder
java.lang.Object
org.ivoa.dm.registry.vodataservice.FKColumn.FKColumnBuilder
- Enclosing class:
 - FKColumn
 
A builder class for FKColumn, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionThe unqualified name of the column from the current table.The unqualified name of the column from the target table. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
fromColumn
The unqualified name of the column from the current table. - 
targetColumn
The unqualified name of the column from the target table. 
 - 
 - 
Constructor Details
- 
FKColumnBuilder
public FKColumnBuilder() 
 - 
 - 
Method Details
- 
create
create a FKColumn from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -