Class DefaultJoinPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
com.couchbase.client.java.query.dsl.path.DefaultLimitPath
com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
com.couchbase.client.java.query.dsl.path.DefaultWherePath
com.couchbase.client.java.query.dsl.path.DefaultLetPath
com.couchbase.client.java.query.dsl.path.DefaultKeysPath
com.couchbase.client.java.query.dsl.path.DefaultJoinPath
- All Implemented Interfaces:
GroupByPath,JoinPath,KeysPath,LetPath,LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,WherePath,Statement
public class DefaultJoinPath extends DefaultKeysPath implements JoinPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultJoinPath(AbstractPath parent) -
Method Summary
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
on, onKeys, onKeys, onKeys, onKeysValues, useKeys, useKeys, useKeys, useKeysValuesMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLetPath
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 class com.couchbase.client.java.query.dsl.path.DefaultWherePath
where, whereMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
groupBy, groupByMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAllMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
orderByMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
limitMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offsetMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
Constructor Details
-
DefaultJoinPath
-
-
Method Details
-
as
-
useHash
Description copied from interface:JoinPathUse hash join hint (Available in Enterprise Edition only) -
useNestedLoop
Description copied from interface:JoinPathUse nested loop join- Specified by:
useNestedLoopin interfaceJoinPath
-