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
Methods in org.apache.sis.internal.sql.feature that return Relation.DirectionModifier and TypeMethodDescriptionstatic Relation.Direction
Returns 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 void
Relation.setSearchTable
(Analyzer analyzer, Table search, PrimaryKey primaryKey, Relation.Direction direction) Invoked after construction for setting the table identified byTableReference.catalog
,TableReference.schema
andTableReference.table
names.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.