Uses of Enum
org.apache.sis.internal.sql.feature.Relation.Direction
Packages that use Relation.Direction
-
Uses of Relation.Direction in org.apache.sis.internal.sql.feature
Subclasses with type arguments of type Relation.Direction in org.apache.sis.internal.sql.featureModifier and TypeClassDescription(package private) static enumWhether another table is using or is used by the table containing theRelation.Methods in org.apache.sis.internal.sql.feature that return Relation.DirectionModifier and TypeMethodDescriptionstatic Relation.DirectionReturns the enum constant of this type with the specified name.static Relation.Direction[]Relation.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.sql.feature with parameters of type Relation.DirectionModifier and TypeMethodDescription(package private) abstract Relation[]FeatureAnalyzer.getForeignerKeys(Relation.Direction direction) Returns a list of associations between the table analyzed by this method and other tables.(package private) Relation[]QueryAnalyzer.getForeignerKeys(Relation.Direction direction) Returns a list of associations between the table read by this method and other tables.(package private) final Relation[]TableAnalyzer.getForeignerKeys(Relation.Direction direction) Returns a list of associations between the table read by this method and other tables.(package private) final voidRelation.setSearchTable(Analyzer analyzer, Table search, PrimaryKey primaryKey, Relation.Direction direction) Invoked after construction for setting the table identified byTableReference.catalog,TableReference.schemaandTableReference.tablenames.Constructors in org.apache.sis.internal.sql.feature with parameters of type Relation.DirectionModifierConstructorDescription(package private)Relation(Analyzer analyzer, Relation.Direction dir, ResultSet reflect) Creates a new relation for an imported key.