Interface JoinPath
- All Superinterfaces:
GroupByPath,KeysPath,LetPath,LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,Statement,WherePath
- All Known Implementing Classes:
DefaultJoinPath
public interface JoinPath extends KeysPath
.
- Author:
- Michael Nitschinger
-
Method Summary
Methods inherited from interface com.couchbase.client.java.query.dsl.path.GroupByPath
groupBy, groupByMethods inherited from interface com.couchbase.client.java.query.dsl.path.KeysPath
on, onKeys, onKeys, onKeys, onKeysValues, useKeys, useKeys, useKeys, useKeysValuesMethods inherited from interface com.couchbase.client.java.query.dsl.path.LetPath
innerJoin, innerJoin, innerNest, innerNest, innerUnnest, innerUnnest, join, join, leftJoin, leftJoin, leftNest, leftNest, leftOuterJoin, leftOuterJoin, leftOuterNest, leftOuterNest, leftOuterUnnest, leftOuterUnnest, leftUnnest, leftUnnest, let, nest, nest, unnest, unnestMethods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offsetMethods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderByMethods inherited from interface com.couchbase.client.java.query.dsl.path.SelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAll
-
Method Details
-
as
-
useHash
Use hash join hint (Available in Enterprise Edition only) -
useNestedLoop
KeysPath useNestedLoop()Use nested loop join
-