Package org.apache.sis.metadata.sql
Class MetadataWriter.FKey
java.lang.Object
org.apache.sis.metadata.sql.MetadataWriter.FKey
- Enclosing class:
- MetadataWriter
Information about the source and the target of a foreigner key. This class stores only the table names
(indirectly in the case of
tableType, since the name is derived from the type).
The column name are known by other way: either as the map key in the case of the source,
or fixed to "ID" in the case of the target.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tableName
-
tableType
Class<?> tableType -
keyName
-
-
Constructor Details
-
FKey
-