Uses of Class
com.couchbase.client.java.query.PrepareStatement
-
Packages that use PrepareStatement Package Description com.couchbase.client.java.query com.couchbase.client.java.query.core -
-
Uses of PrepareStatement in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return PrepareStatement Modifier and Type Method Description static PrepareStatementPrepareStatement. prepare(Statement statement)Construct aPrepareStatementfrom a select-likeStatement.static PrepareStatementPrepareStatement. prepare(Statement statement, String preparedName)Construct aPrepareStatementfrom a select-likeStatementand give it a name.static PrepareStatementPrepareStatement. prepare(String statement)Construct aPrepareStatementfrom a statement inStringformat. -
Uses of PrepareStatement in com.couchbase.client.java.query.core
Methods in com.couchbase.client.java.query.core with parameters of type PrepareStatement Modifier and Type Method Description protected PreparedPayloadN1qlQueryExecutor. extractPreparedPayloadFromResponse(PrepareStatement prepared, JsonObject response)Extracts thePreparedPayloadfrom the server's response during a PREPARE.
-