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

com.marklogic.client.package-info Maven / Gradle / Ivy

The newest version!
/**
 * The package provides the core classes, interfaces and exceptions for working with the database.
 * Use {@link com.marklogic.client.DatabaseClientFactory}.newClient() to create
 * a {@link com.marklogic.client.DatabaseClient} object.  Use the
 * Client object to create document managers for reading, writing, and deleting documents,
 * {@link com.marklogic.client.admin.QueryOptionsManager} to write configuration options
 * for queries, and {@link com.marklogic.client.query.QueryManager} to execute queries.
 * 

The list of * exceptions in this package enumerate the ways in which a REST server request can go wrong. */ /* * Copyright © 2024 MarkLogic Corporation. All Rights Reserved. */ package com.marklogic.client;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy