Uses of Enum Class
org.apache.jena.rdfconnection.Isolation
Packages that use Isolation
-
Uses of Isolation in org.apache.jena.rdfconnection
Methods in org.apache.jena.rdfconnection that return IsolationModifier and TypeMethodDescriptionstatic IsolationReturns the enum constant of this class with the specified name.static Isolation[]Isolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.rdfconnection with parameters of type IsolationModifier and TypeMethodDescriptionstatic RDFConnectionConnect to a local (same JVM) dataset.static RDFConnectionDeprecated.Constructors in org.apache.jena.rdfconnection with parameters of type IsolationModifierConstructorDescriptionRDFConnectionLocal(org.apache.jena.query.Dataset dataset, Isolation isolation) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Isolation in org.apache.jena.rdflink
Methods in org.apache.jena.rdflink with parameters of type Isolation
RDFConnection.connect(Dataset, Isolation).