public class Join<T extends QueryBase> extends Object
Join(T query, JoinType type, String prefix)
Join(T query, List<Feature> on, JoinType type, String prefix)
Join(T query, List<Feature> leftOn, List<Feature> rightOn, JoinType type, String prefix)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Join(T query, JoinType type, String prefix)
public Join(T query, List<Feature> on, JoinType type, String prefix)
public Join(T query, List<Feature> leftOn, List<Feature> rightOn, JoinType type, String prefix)
Copyright © 2023. All rights reserved.