Package | Description |
---|---|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
com.marklogic.client.semantics |
Modifier and Type | Class | Description |
---|---|---|
class |
BytesHandle |
A Bytes Handle represents document content as a byte array for reading or writing.
|
class |
FileHandle |
A File Handle represents document content as a file for reading or writing.
|
class |
InputStreamHandle |
An InputStreamHandle represents a resource as an InputStream for reading or writing.
|
class |
ReaderHandle |
A Reader Handle represents a character content as a reader
for reading to or writing from the database.
|
class |
StringHandle |
A String Handle represents document content as a string for reading or writing.
|
Modifier and Type | Method | Description |
---|---|---|
void |
GraphManager.mergeGraphs(QuadsWriteHandle handle) |
Add quads from the handle to the graphs specified in the quads data.
|
void |
GraphManager.mergeGraphs(QuadsWriteHandle handle,
Transaction transaction) |
Add quads from the handle to the graphs specified in the quads data.
|
void |
GraphManager.replaceGraphs(QuadsWriteHandle handle) |
Remove all quads from all graphs then insert quads from the handle
to the graphs specified in the quads data.
|
void |
GraphManager.replaceGraphs(QuadsWriteHandle handle,
Transaction transaction) |
Remove all quads from all graphs then insert quads from the handle
to the graphs specified in the quads data.
|
Copyright © 2013-2019 MarkLogic Corporation.