Uses of Interface
com.couchbase.client.java.query.dsl.path.AsPath
Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
-
Uses of AsPath in com.couchbase.client.java.query.dsl.path
Classes in com.couchbase.client.java.query.dsl.path that implement AsPath Modifier and Type Class Description class
DefaultAsPath
.Methods in com.couchbase.client.java.query.dsl.path that return AsPath Modifier and Type Method Description AsPath
DefaultFromPath. from(Expression from)
AsPath
DefaultFromPath. from(String from)
AsPath
FromPath. from(Expression expression)
Note that from Expression should be a single identifier/pathAsPath
FromPath. from(String from)
AsPath
DefaultFromPath. fromCurrentBucket()
AsPath
FromPath. fromCurrentBucket()