Class PrepareStatement

java.lang.Object
com.couchbase.client.java.query.PrepareStatement
All Implemented Interfaces:
SerializableStatement, Statement, Serializable

public class PrepareStatement
extends Object
implements SerializableStatement
A PREPARE Statement that wraps another Statement in order to send it to the server and produce a PreparedPayload.
Since:
2.1
Author:
Simon Baslé
See Also:
Serialized Form