Uses of Interface
org.apache.jena.jdbc.postprocessing.ResultsPostProcessor
Packages that use ResultsPostProcessor
-
Uses of ResultsPostProcessor in org.apache.jena.jdbc.connections
Methods in org.apache.jena.jdbc.connections that return types with arguments of type ResultsPostProcessorModifier and TypeMethodDescriptionfinal Iterator<ResultsPostProcessor>
JenaConnection.getPostProcessors()
Gets the currently registered post-processors for the connectionMethods in org.apache.jena.jdbc.connections with parameters of type ResultsPostProcessorModifier and TypeMethodDescriptionfinal void
JenaConnection.addPostProcessor
(ResultsPostProcessor postProcessor) Adds a results post-processor to the connectionfinal void
JenaConnection.insertPostProcessor
(int index, ResultsPostProcessor postProcessor) Inserts a results post-processor for the connectionfinal void
JenaConnection.removePostProcessor
(ResultsPostProcessor postProcessor) Removes a results post-processor from the connection