Module org.apache.jena.querybuilder
Package org.apache.jena.arq.querybuilder.rewriters
package org.apache.jena.arq.querybuilder.rewriters
Classes to rewrite Query algebra, expressions and other objects to handle
variable replacement for the prepared statement functionality.
In most cases developers will not need to access the rewriters directly.
-
ClassDescriptionThe base class for rewriters.An element visitor that does an in-place modification of the elements to fix union-of-one and similar issues.A rewriter that implements an ElementVisitorA rewriter that implements an ExprVisitorA rewriter that implements PathVisitor.