A Read Handle defines a representation for
reading database content.
A Write Handle defines a representation for
writing database content.
A Binary Read Handle can represent binary
content read from the database.
A Binary Write Handle can represent binary
content written to the database.
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.
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.
A Content Handle provides get / set access to a
representation of content such a byte[] array, input stream, file,
reader, string, and so on.
A ContentHandleFactory creates instances of a
ContentHandle that provides an adapter for an IO
representation.
A CtsQueryWriteHandle represents a serialized
cts query.
A Metadata Read Handle can represent metadata
read from the database.
A Document Metadata Write Handle can represent
document metadata written to the database.
A Document Patch Handle can represent a patch
with changes to document metadata or structured content.
A Generic Read Handle can represent content of
an unknown format read from the database.
A Generic Write Handle can represent content of
an unknown format written to the database.
A JSON Read Handle can represent JSON content
read from the database.
A JSON Write Handle can represent JSON content
written to the database.
A handle uses OperationNotSupported as a read or
write interface when the handle does not support that
operation.
A marker interface for handles capable of
writing semantic quads.
A QueryOptionsListReadHandle represents a list
of query options read from the server configuration.
A QueryOptionsReadHandle represents a query
options node read from the server configuration.
A QueryOptionsWriteHandle represents a query
options node to be written to the server configuration.
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.
A SearchReadHandle represents the results of a
search performed over the database.
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.
A Structure Read Handle can represent a data
structure read from the database.
A Structure Write Handle represents a query
serialized as a structured query, combined query, or query by
example.
A Text Read Handle can represent text content
read from the database.
A Text Write Handle can represent text content
written to the database.
A marker interface for handles capable of
reading semantic triples.
A marker interface for handles capable of
writing semantic triples.
A TuplesReadHandle represents a set of tuples
read from the database.
A ValuesListReadHandle represents a list of sets
of values read from the database.
A ValuesReadHandle represents a set of values
read from the database.
A XML Read Handle can represent XML content read
from the database.
A XML Write Handle can represent XML content
written to the database.