Uses of Class
com.couchbase.client.java.query.dsl.element.KeysElement.ClauseType
-
Packages that use KeysElement.ClauseType Package Description com.couchbase.client.java.query.dsl.element -
-
Uses of KeysElement.ClauseType in com.couchbase.client.java.query.dsl.element
Methods in com.couchbase.client.java.query.dsl.element that return KeysElement.ClauseType Modifier and Type Method Description static KeysElement.ClauseType
KeysElement.ClauseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeysElement.ClauseType[]
KeysElement.ClauseType. 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 KeysElement.ClauseType Constructor Description KeysElement(KeysElement.ClauseType clauseType, Expression expression)
-