Uses of Class
com.couchbase.client.core.msg.query.PreparedStatement
-
Packages that use PreparedStatement Package Description com.couchbase.client.core.classic.query com.couchbase.client.core.msg.query -
-
Uses of PreparedStatement in com.couchbase.client.core.classic.query
Fields in com.couchbase.client.core.classic.query with type parameters of type PreparedStatement Modifier and Type Field Description protected Map<String,PreparedStatement>PreparedStatementStrategy. cacheMethods in com.couchbase.client.core.classic.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. -
Uses of PreparedStatement in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query that return PreparedStatement Modifier and Type Method Description static PreparedStatementPreparedStatement. enhanced(String name)static PreparedStatementPreparedStatement. legacy(String name, String encodedPlan)
-