Skip navigation links

Package com.cloudant.client.api.query

This package provides access to the query API.

See: Description

Package com.cloudant.client.api.query Description

This package provides access to the query API.

Overview

This package contains classes which make it easier to interact with the query API in the following ways:

For a worked example showing the construction of queries, see Database.query(java.lang.String, java.lang.Class).

For worked examples showing the construction of partial indexes, see Database.createIndex(java.lang.String).

Skip navigation links