Package | Description |
---|---|
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Method and Description |
---|---|
AGServer |
AGVirtualRepository.getServer() |
AGServer |
AGRepositoryConnection.getServer() |
AGServer |
AGAbstractRepository.getServer() |
AGServer |
AGCatalog.getServer()
The AGServer instance for this catalog.
|
AGServer |
AGRepository.getServer()
Gets the server information object to which this repository belongs.
|
Constructor and Description |
---|
AGCatalog(AGServer server,
int catalogType)
Creates an AGCatalog instance for a special catalog in the given server,
such as the root catalog.
|
AGCatalog(AGServer server,
String catalogName)
Creates an AGCatalog instance for a named catalog having catalogName
in the given server.
|
AGVirtualRepository(AGServer server,
String spec,
AGRepository wrapped)
Applications normally create a virtual repository via an AGServer instance.
|
Copyright © 2024 Franz Inc.. All rights reserved.