Package | Description |
---|---|
com.couchbase.client.java.query |
Namespace for various query-service related classes.
|
Modifier and Type | Method and Description |
---|---|
static QueryStatus |
QueryStatus.from(String wireName) |
QueryStatus |
QueryMetaData.status()
Returns the raw query execution status as returned by the query engine
|
static QueryStatus |
QueryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryStatus[] |
QueryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.