Uses of Class
org.hcjf.layers.query.Join.JoinType
-
Packages that use Join.JoinType Package Description org.hcjf.layers.query -
-
Uses of Join.JoinType in org.hcjf.layers.query
Methods in org.hcjf.layers.query that return Join.JoinType Modifier and Type Method Description Join.JoinTypeJoin. getType()Return the join operation type.static Join.JoinTypeJoin.JoinType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Join.JoinType[]Join.JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hcjf.layers.query with parameters of type Join.JoinType Constructor Description Join(Query query, java.lang.String resourceName, Join.JoinType type)Join(Query query, java.lang.String resourceName, Join.JoinType type, boolean outer)Join(Query query, QueryResource resource, Join.JoinType type)Join(Query query, QueryResource resource, Join.JoinType type, boolean outer)
-