Uses of Class
cz.cvut.kbss.ontodriver.owlapi.OwlapiConnection
Packages that use OwlapiConnection
-
Uses of OwlapiConnection in cz.cvut.kbss.ontodriver.owlapi
Methods in cz.cvut.kbss.ontodriver.owlapi with parameters of type OwlapiConnectionModifier and TypeMethodDescriptionOwlapiAdapter.createStatement
(OwlapiConnection connection) OwlapiAdapter.prepareStatement
(String statement, OwlapiConnection connection) -
Uses of OwlapiConnection in cz.cvut.kbss.ontodriver.owlapi.query
Constructors in cz.cvut.kbss.ontodriver.owlapi.query with parameters of type OwlapiConnectionModifierConstructorDescriptionOwlapiPreparedStatement
(StatementExecutorFactory executorFactory, OwlapiConnection connection, String statement) OwlapiStatement
(StatementExecutorFactory executorFactory, OwlapiConnection connection)