Uses of Class
tech.oxfordsemantic.jrdfox.client.DeltaQueryEvaluationMode
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DeltaQueryEvaluationMode in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DeltaQueryEvaluationMode Modifier and Type Method Description static DeltaQueryEvaluationMode
DeltaQueryEvaluationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeltaQueryEvaluationMode[]
DeltaQueryEvaluationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type DeltaQueryEvaluationMode Modifier and Type Method Description void
DataStoreConnection. setDeltaQueryEvaluationMode(java.lang.String deltaQueryName, DeltaQueryEvaluationMode deltaQueryEvaluationMode)
Deregisters the delta query with the specified name from the data store.