Interface FromPath
- All Superinterfaces:
GroupByPath
,LetPath
,LimitPath
,OffsetPath
,OrderByPath
,Path
,SelectResultPath
,Statement
,WherePath
- All Known Implementing Classes:
DefaultFromPath
public interface FromPath extends LetPath
.
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description AsPath
from(Expression expression)
Note that from Expression should be a single identifier/pathAsPath
from(String from)
AsPath
fromCurrentBucket()
Methods inherited from interface com.couchbase.client.java.query.dsl.path.GroupByPath
groupBy, groupBy
Methods 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, unnest
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderBy
Methods 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
-
from
-
from
Note that from Expression should be a single identifier/path -
fromCurrentBucket
AsPath fromCurrentBucket()
-