public class QueryPlan extends Object implements Statement
Represents the execution plan of a prepared statement, as returned by the server after a “PREPARE …” query.
QueryPlan(JsonObject jsonPlan)
JsonObject
plan()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public QueryPlan(JsonObject jsonPlan)
public String toString()
toString
Object
public JsonObject plan()
Copyright © 2014 Couchbase, Inc.