
com.couchbase.client.java.query.dsl.clause.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The official Couchbase Java SDK
/**
* 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