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
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 Details
-
DefaultReturningPath
-
-
Method Details
-
returning
- Specified by:
returningin interfaceReturningPath
-
returning
- Specified by:
returningin interfaceReturningPath
-
returningRaw
- Specified by:
returningRawin interfaceReturningPath
-
returningRaw
- Specified by:
returningRawin interfaceReturningPath
-
returningElement
- Specified by:
returningElementin interfaceReturningPath
-
returningElement
- Specified by:
returningElementin interfaceReturningPath
-