Uses of Class
com.couchbase.client.java.query.N1qlProfile
| Package | Description |
|---|---|
| com.couchbase.client.java.query |
-
Uses of N1qlProfile in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return N1qlProfile Modifier and Type Method Description static N1qlProfileN1qlProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static N1qlProfile[]N1qlProfile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.query with parameters of type N1qlProfile Modifier and Type Method Description N1qlParamsN1qlParams. profile(N1qlProfile profile)Specifies if there should be a profile section returned with the request results.