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
-
Method Summary
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
-