public class QueryPlan extends Object implements SerializableStatement
Represents the execution plan of a prepared statement, as returned by the server after a “PREPARE …” query.
Constructor and Description |
---|
QueryPlan(JsonObject jsonPlan) |
public QueryPlan(JsonObject jsonPlan)
public String toString()
public JsonObject plan()
Copyright © 2014 Couchbase, Inc.