join method

QueryBuild<T> join(
  1. Query q
)

Implementation

QueryBuild<T> join(Query q) {
  _join.add(q);
  return this;
}