Uses of Class
com.couchbase.client.core.msg.query.PreparedStatement
-
Packages that use PreparedStatement Package Description com.couchbase.client.core.msg.query -
-
Uses of PreparedStatement in com.couchbase.client.core.msg.query
Fields in com.couchbase.client.core.msg.query with type parameters of type PreparedStatement Modifier and Type Field Description protected Map<String,PreparedStatement>
PreparedStatementStrategy. cache
Methods in com.couchbase.client.core.msg.query that return PreparedStatement Modifier and Type Method Description static PreparedStatement
PreparedStatement. enhanced(String name)
static PreparedStatement
PreparedStatement. legacy(String name, String encodedPlan)
Methods in com.couchbase.client.core.msg.query with parameters of type PreparedStatement Modifier and Type Method Description protected Mono<QueryResponse>
PreparedStatementStrategy. executeAlreadyPrepared(QueryRequest request, PreparedStatement prepared)
Executes a query using an existing prepared statement.
-