Uses of Class
tech.oxfordsemantic.jrdfox.client.DeltaQueryInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DeltaQueryInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DeltaQueryInfo Modifier and Type Method Description DeltaQueryInfo
DataStoreConnection. describeDeltaQuery(java.lang.String tupleTableName)
Returns information about the delta query with the given name.Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type DeltaQueryInfo Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Optional<DeltaQueryInfo>>
DataStoreConnection. listDeltaQueries()
Returns information about the delta queries currently registered with the data store.