Package org.ivoa.dm.tapschema
Class ForeignKey.ForeignKeyBuilder
java.lang.Object
org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
- Enclosing class:
- ForeignKey
A builder class for ForeignKey, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key_id
the id of the key. -
target_table
. -
description
description. -
utype
utype. -
columns
.
-
-
Constructor Details
-
ForeignKeyBuilder
public ForeignKeyBuilder()
-
-
Method Details
-
create
create a ForeignKey from this builder.- Returns:
- an object initialized from the builder.
-