Package com.couchbase.client.java.query.dsl.clause

Clauses are mini-DSL that can help you produce a well-formed Expression for specific parts of some N1QL statement, aka clauses. They stand between a more complex Path (the building block of the DSL) and Functions.
  • Class Summary
    Class Description
    UpdateForClause
    UpdateForClause is a clause used in N1QL Updates, more specifically in the "set" part.