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
ConnectionFactory. newDataStoreConnection(java.lang.String serverURL, java.lang.String dataStoreName, java.lang.String roleName, java.lang.String password)
Creates a new connection of a data store at the server whose location is specified by the given URL.DataStoreConnection
ServerConnection. newDataStoreConnection(java.lang.String dataStoreName)
Creates a connection to the data store of this server with the given name.