Package | Description |
---|---|
org.openrdf.sail.base | |
org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
Class and Description |
---|
SailClosable
Common interface to objects that throw
SailException on close. |
SailDataset
A state of an
SailSource at a point in time that will remain
consistent until SailDataset.close() is called. |
SailSink
A mutable source of RDF graphs.
|
SailSource
A persistent yet mutable source or container of RDF graphs.
|
SailStore
A high level interface used by
SailSourceConnection to access
SailSource . |
Class and Description |
---|
SailSourceConnection
A
SailConnection implementation that is based on an SailStore
. |
Class and Description |
---|
SailSourceConnection
A
SailConnection implementation that is based on an SailStore
. |
Copyright © 2001–2017 Aduna. All rights reserved.