Uses of Class
tech.oxfordsemantic.jrdfox.client.DataSourceInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DataSourceInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataSourceInfo Modifier and Type Method Description DataSourceInfo
DataStoreConnection. describeDataSource(java.lang.String dataSourceName)
Returns information about the data source with the given name.Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type DataSourceInfo Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Optional<DataSourceInfo>>
DataStoreConnection. listDataSources()
Returns the list of data sources currently present in the data store.