Package com.complexible.stardog.icv.api
Interface ICVConnection
-
- All Superinterfaces:
java.lang.AutoCloseable
,Connection
,ICValidator
- All Known Implementing Classes:
AbstractICVConnection
public interface ICVConnection extends Connection, ICValidator
Extension of Connection that allows IC validation.
- Since:
- 0.7
- Version:
- 8.0
- Author:
- Michael Grove
-
-
Method Summary
-
Methods inherited from interface com.complexible.stardog.api.Connection
add, admin, as, ask, ask, begin, close, commit, currentStatus, export, generateModel, get, getOption, getSchema, graph, graph, graphAliases, isOpen, isReasoningEnabled, name, namespaces, paths, paths, remove, rollback, select, select, selectPlan, selectPlan, size, transactions, update, update
-
Methods inherited from interface com.complexible.stardog.icv.ICValidator
close, getConstraints, getValidationReport, getValidationReport, getValidationReport, getViolationBindings, getViolationBindings, isValid, isValid, reporter
-
-