Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-5506

Prepared Statements in Java

    XMLWordPrintable

Details

    Description

      Fix prepared statement code sample,
      note correct code sample at https://github.com/couchbaselabs/devguide-examples/blob/master/java/src/main/java/com/couchbase/devguide/QueryPrepared.java
      &
      N1qlParams params = N1qlParams.build().adhoc(false);
      N1qlQuery query = N1qlQuery.simple("select count from `mybucket`", params);

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              richard.smedley Richard Smedley
              richard.smedley Richard Smedley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty