Uses of Interface
tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Packages that use DataStoreConnection
-
Uses of DataStoreConnection in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataStoreConnectionModifier and TypeMethodDescriptionDataStoreConnection.duplicate()Creates a new connection to the same data store.Cursor.getDataStoreConnection()Returns the data store connection that this cursor is associated with.static DataStoreConnectionRDFoxServer.newDataStoreConnection(String dataStoreName, String roleName, String password) Creates a new connection to a data store at the server.ServerConnection.newDataStoreConnection(String dataStoreName) Creates a connection to the data store of this server with the given name.