Uses of Enum
tech.oxfordsemantic.jrdfox.client.DeltaQueryEvaluationMode
Packages that use DeltaQueryEvaluationMode
-
Uses of DeltaQueryEvaluationMode in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type DeltaQueryEvaluationMode in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionenumDescribes the mode of evaluation of a delta query.Methods in tech.oxfordsemantic.jrdfox.client that return DeltaQueryEvaluationModeModifier and TypeMethodDescriptionstatic DeltaQueryEvaluationModeReturns 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 DeltaQueryEvaluationModeModifier and TypeMethodDescriptionvoidDataStoreConnection.setDeltaQueryEvaluationMode(String deltaQueryName, DeltaQueryEvaluationMode deltaQueryEvaluationMode) Deregisters the delta query with the specified name from the data store.