See: Description
Interface | Description |
---|---|
AbstractReadHandle |
A Read Handle defines a representation for
reading database content.
|
AbstractWriteHandle |
A Write Handle defines a representation for
writing database content.
|
BinaryReadHandle |
A Binary Read Handle can represent binary
content read from the database.
|
BinaryWriteHandle |
A Binary Write Handle can represent binary
content written to the database.
|
BufferableContentHandle<C,R> |
A Bufferable Content Handle provides an adapter
for a content representation that can be read multiple times for
purposes such as resending input when retrying after a failed
request.
|
BufferableHandle |
A Bufferable Handle can read content from a
byte[] buffer or write content as a byte[] buffer without changing
the state of an external resource.
|
ContentHandle<C> |
A Content Handle provides get / set access to a
representation of content such a byte[] array, input stream, file,
reader, string, and so on.
|
ContentHandleFactory |
A ContentHandleFactory creates instances of a
ContentHandle that provides an adapter for an IO
representation.
|
CtsQueryWriteHandle |
A CtsQueryWriteHandle represents a serialized
cts query.
|
DocumentMetadataReadHandle |
A Metadata Read Handle can represent metadata
read from the database.
|
DocumentMetadataWriteHandle |
A Document Metadata Write Handle can represent
document metadata written to the database.
|
DocumentPatchHandle |
A Document Patch Handle can represent a patch
with changes to document metadata or structured content.
|
GenericReadHandle |
A Generic Read Handle can represent content of
an unknown format read from the database.
|
GenericWriteHandle |
A Generic Write Handle can represent content of
an unknown format written to the database.
|
JSONReadHandle |
A JSON Read Handle can represent JSON content
read from the database.
|
JSONWriteHandle |
A JSON Write Handle can represent JSON content
written to the database.
|
QuadsWriteHandle |
A marker interface for handles capable of
writing semantic quads.
|
QueryOptionsListReadHandle |
A QueryOptionsListReadHandle represents a list
of query options read from the server configuration.
|
QueryOptionsReadHandle |
A QueryOptionsReadHandle represents a query
options node read from the server configuration.
|
QueryOptionsWriteHandle |
A QueryOptionsWriteHandle represents a query
options node to be written to the server configuration.
|
ResendableContentHandle<C,R> |
A Resendable Content Handle provides an adapter
for a content representation that can be read multiple times for
purposes such as resending input when retrying after a failed
request.
|
RuleListReadHandle | |
RuleReadHandle | |
RuleWriteHandle | |
SearchReadHandle |
A SearchReadHandle represents the results of a
search performed over the database.
|
SPARQLResultsReadHandle |
A marker interface for handles capable of
reading SPARQL results (returned by
SPARQLQueryManager.executeSelect ). |
StreamingContentHandle<C,R> |
A Streaming Content Handle provides an adapter
for a streaming content representation to make it possible to
construct a bufferable content representation so the content can be
read multiple times for purposes such as resending input when
retrying after a failed request.
|
StructureReadHandle |
A Structure Read Handle can represent a data
structure read from the database.
|
StructureWriteHandle |
A Structure Write Handle represents a query
serialized as a structured query, combined query, or query by
example.
|
TextReadHandle |
A Text Read Handle can represent text content
read from the database.
|
TextWriteHandle |
A Text Write Handle can represent text content
written to the database.
|
TriplesReadHandle |
A marker interface for handles capable of
reading semantic triples.
|
TriplesWriteHandle |
A marker interface for handles capable of
writing semantic triples.
|
TuplesReadHandle |
A TuplesReadHandle represents a set of tuples
read from the database.
|
ValuesListReadHandle |
A ValuesListReadHandle represents a list of sets
of values read from the database.
|
ValuesReadHandle |
A ValuesReadHandle represents a set of values
read from the database.
|
XMLReadHandle |
A XML Read Handle can represent XML content read
from the database.
|
XMLWriteHandle |
A XML Write Handle can represent XML content
written to the database.
|
Class | Description |
---|---|
OperationNotSupported |
A handle uses OperationNotSupported as a read or
write interface when the handle does not support that
operation.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.