
com.couchbase.client.java.query.dsl.path.FromPath Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The official Couchbase Java SDK
package com.couchbase.client.java.query.dsl.path;
import com.couchbase.client.java.query.dsl.Expression;
/**
* .
*
* @author Michael Nitschinger
*/
public interface FromPath extends LetPath {
AsPath from(String from);
/** Note that from Expression should be a single identifier/path **/
AsPath from(Expression expression);
AsPath fromCurrentBucket();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy