Uses of Class
com.couchbase.client.core.msg.query.PreparedStatement
Packages that use PreparedStatement
-
Uses of PreparedStatement in com.couchbase.client.core.classic.query
Fields in com.couchbase.client.core.classic.query with type parameters of type PreparedStatementModifier and TypeFieldDescriptionprotected final Map
<String, PreparedStatement> PreparedStatementStrategy.cache
Methods in com.couchbase.client.core.classic.query with parameters of type PreparedStatementModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono
<QueryResponse> PreparedStatementStrategy.executeAlreadyPrepared
(QueryRequest request, PreparedStatement prepared) Executes a query using an existing prepared statement. -
Uses of PreparedStatement in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query that return PreparedStatement