Uses of Class
com.healthmarketscience.jackcess.Relationship.JoinType
-
Packages that use Relationship.JoinType Package Description com.healthmarketscience.jackcess com.healthmarketscience.jackcess.impl -
-
Uses of Relationship.JoinType in com.healthmarketscience.jackcess
Methods in com.healthmarketscience.jackcess that return Relationship.JoinType Modifier and Type Method Description Relationship.JoinTypeRelationship. getJoinType()static Relationship.JoinTypeRelationship.JoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static Relationship.JoinType[]Relationship.JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.healthmarketscience.jackcess with parameters of type Relationship.JoinType Modifier and Type Method Description RelationshipBuilderRelationshipBuilder. setJoinType(Relationship.JoinType joinType)Sets the preferred join type for this relationship. -
Uses of Relationship.JoinType in com.healthmarketscience.jackcess.impl
Methods in com.healthmarketscience.jackcess.impl that return Relationship.JoinType Modifier and Type Method Description Relationship.JoinTypeRelationshipImpl. getJoinType()
-