Uses of Interface
tech.oxfordsemantic.jrdfox.client.DataStoreConnection
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of DataStoreConnection in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataStoreConnection Modifier and Type Method Description DataStoreConnectionDataStoreConnection. duplicate()Creates a new connection to the same data store.DataStoreConnectionCursor. getDataStoreConnection()Returns the data store connection that this cursor is associated with.static DataStoreConnectionConnectionFactory. newDataStoreConnection(java.lang.String serverURL, java.lang.String dataStoreName, java.lang.String roleName, java.lang.String password)Creates a new connection to a data store at the server whose location is specified by the given URL.DataStoreConnectionServerConnection. newDataStoreConnection(java.lang.String dataStoreName)Creates a connection to the data store of this server with the given name.