Uses of Class
com.couchbase.client.java.query.dsl.element.ReturningElement.ReturningType
Package | Description |
---|---|
com.couchbase.client.java.query.dsl.element |
-
Uses of ReturningElement.ReturningType in com.couchbase.client.java.query.dsl.element
Methods in com.couchbase.client.java.query.dsl.element that return ReturningElement.ReturningType Modifier and Type Method Description static ReturningElement.ReturningType
ReturningElement.ReturningType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReturningElement.ReturningType[]
ReturningElement.ReturningType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.java.query.dsl.element with parameters of type ReturningElement.ReturningType Constructor Description ReturningElement(ReturningElement.ReturningType type, Expression exp)