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 DataStoreConnection
DataStoreConnection. duplicate()
Creates a new connection to the same data store.DataStoreConnection
Cursor. getDataStoreConnection()
Returns the data store connection that this cursor is associated with.static DataStoreConnection
RDFoxServer. newDataStoreConnection(java.lang.String dataStoreName, java.lang.String roleName, java.lang.String password)
Creates a new connection to a data store at the server.DataStoreConnection
ServerConnection. newDataStoreConnection(java.lang.String dataStoreName)
Creates a connection to the data store of this server with the given name.