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