Package org.umlg.sqlg.structure.topology
Class ForeignKey
java.lang.Object
org.umlg.sqlg.structure.topology.ForeignKey
This class is a data holder for the foreign keys of an edge.
If the in or out vertex label does not have user defined primary keys then there will be only one entry to
the vertex's 'ID'. If the vertex label has user defined primary keys there there will be many. One for each of the
composite keys.
- Author:
- Pieter Martin Date: 2018/03/29
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanorg.apache.commons.collections4.set.ListOrderedSet<String>org.apache.tinkerpop.gremlin.structure.DirectioninthashCode()booleanisFor(SchemaTable schemaTable) booleanisIn()booleanisOut()static ForeignKey
-
Method Details