Package com.couchbase.client.java.query
Class PreparedPayload
java.lang.Object
com.couchbase.client.java.query.PreparedPayload
- All Implemented Interfaces:
SerializableStatement,Statement,Serializable
@Private @Uncommitted public class PreparedPayload extends Object implements SerializableStatement
The payload necessary to perform a
PreparedN1qlQuery, as returned when
issuing a PrepareStatement.- Since:
- 2.2
- Author:
- Simon Baslé
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PreparedPayload(Statement originalStatement, String preparedName, String encodedPlan) -
Method Summary
Modifier and Type Method Description StringencodedPlan()booleanequals(Object o)inthashCode()SerializableStatementoriginalStatement()Stringpayload()StringpreparedName()StringtoString()