
com.marklogic.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-client-api Show documentation
Show all versions of marklogic-client-api Show documentation
The official MarkLogic Java client API.
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