All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.couchbase.client.java.query.dsl.clause.package-info Maven / Gradle / Ivy

There is a newer version: 3.7.7
Show newest version
/**
 * Clauses are mini-DSL that can help you produce a well-formed
 * {@link com.couchbase.client.java.query.dsl.Expression Expression} for specific parts of some N1QL statement,
 * aka clauses. They stand between a more complex {@link com.couchbase.client.java.query.dsl.path.Path Path} (the
 * building block of the DSL) and {@link com.couchbase.client.java.query.dsl.functions Functions}.
 */
package com.couchbase.client.java.query.dsl.clause;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy