Class MetadataWriter.FKey

java.lang.Object
org.apache.sis.metadata.sql.MetadataWriter.FKey
Enclosing class:
MetadataWriter

private static final class MetadataWriter.FKey extends Object
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 Details

    • tableName

      final String tableName
    • tableType

      Class<?> tableType
    • keyName

      final String keyName
  • Constructor Details