Uses of Interface
org.apache.jena.sparql.core.mem.QuadTable
-
Packages that use QuadTable Package Description org.apache.jena.sparql.core.mem In-memory, transactional dataset -
-
Uses of QuadTable in org.apache.jena.sparql.core.mem
Classes in org.apache.jena.sparql.core.mem that implement QuadTable Modifier and Type Class Description classHexTableA six-wayQuadTableusing all of the available forms inQuadTableForm.classPMapQuadTableAn implementation ofQuadTablebased on the use of nestedPMaps.Constructors in org.apache.jena.sparql.core.mem with parameters of type QuadTable Constructor Description DatasetGraphInMemory(QuadTable i, TripleTable t)
-