Class DefaultReturningPath
- java.lang.Object
-
- com.couchbase.client.java.query.dsl.path.AbstractPath
-
- com.couchbase.client.java.query.dsl.path.DefaultReturningPath
-
- All Implemented Interfaces:
Path,ReturningPath,Statement
- Direct Known Subclasses:
DefaultInitialInsertPath,DefaultInsertValuesPath,DefaultMutateLimitPath
public class DefaultReturningPath extends AbstractPath implements ReturningPath
-
-
Constructor Summary
Constructors Constructor Description DefaultReturningPath(AbstractPath parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Statementreturning(Expression expression)Statementreturning(String expression)StatementreturningElement(Expression expression)StatementreturningElement(String expression)StatementreturningRaw(Expression expression)StatementreturningRaw(String expression)-
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
-
-
-
Constructor Detail
-
DefaultReturningPath
public DefaultReturningPath(AbstractPath parent)
-
-
Method Detail
-
returning
public Statement returning(String expression)
- Specified by:
returningin interfaceReturningPath
-
returning
public Statement returning(Expression expression)
- Specified by:
returningin interfaceReturningPath
-
returningRaw
public Statement returningRaw(String expression)
- Specified by:
returningRawin interfaceReturningPath
-
returningRaw
public Statement returningRaw(Expression expression)
- Specified by:
returningRawin interfaceReturningPath
-
returningElement
public Statement returningElement(String expression)
- Specified by:
returningElementin interfaceReturningPath
-
returningElement
public Statement returningElement(Expression expression)
- Specified by:
returningElementin interfaceReturningPath
-
-