Uses of Interface
cz.cvut.kbss.ontodriver.jena.connector.StatementExecutor
Packages that use StatementExecutor
-
Uses of StatementExecutor in cz.cvut.kbss.ontodriver.jena.connector
Subinterfaces of StatementExecutor in cz.cvut.kbss.ontodriver.jena.connectorModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in cz.cvut.kbss.ontodriver.jena.connector that implement StatementExecutorModifier and TypeClassDescriptionclassThis connector tracks transactional changes and writes them on commit to theSharedStorageConnector.classMain storage connector using theJenaOntoDriverProperties.READ_COMMITTEDconnector strategy.classThis connector implements theJenaOntoDriverProperties.SNAPSHOT-based transactional strategy. -
Uses of StatementExecutor in cz.cvut.kbss.ontodriver.jena.query
Constructors in cz.cvut.kbss.ontodriver.jena.query with parameters of type StatementExecutorModifierConstructorDescriptionJenaPreparedStatement(StatementExecutor executor, String sparql) JenaStatement(StatementExecutor executor)