The following query is for fetching the documents from the couchbase while working with Java_client
N1qlQueryResult result = bucket.query(N1qlQuery.simple(
"SELECT * FROM `default;"));
How to write the statement to insert the docs into Couchbase using N1qlQuery like above?