Class EnhancedPreparedStatementStrategy
java.lang.Object
com.couchbase.client.core.classic.query.PreparedStatementStrategy
com.couchbase.client.core.classic.query.EnhancedPreparedStatementStrategy
Server remembers query plan; client sends just the prepared statement name.
Client can prepare + execute with a single command.
-
Field Summary
Fields inherited from class com.couchbase.client.core.classic.query.PreparedStatementStrategy
cache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<QueryResponse> execute
(QueryRequest request) Methods inherited from class com.couchbase.client.core.classic.query.PreparedStatementStrategy
evict, executeAdhoc, executeAlreadyPrepared, requestTracer
-
Constructor Details
-
EnhancedPreparedStatementStrategy
-
-
Method Details
-
execute
- Specified by:
execute
in classPreparedStatementStrategy
-