Package | Description |
---|---|
com.couchbase.client.java.query |
Modifier and Type | Method and Description |
---|---|
static N1qlProfile |
N1qlProfile.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.
|
Modifier and Type | Method and Description |
---|---|
N1qlParams |
N1qlParams.profile(N1qlProfile profile)
Specifies if there should be a profile section returned with the request results.
|
Copyright © 2015 Couchbase, Inc.