Package com.complexible.stardog.docs
Interface BitesConnection
-
- All Superinterfaces:
java.lang.AutoCloseable
,Connection
,StardocsConnection
public interface BitesConnection extends StardocsConnection
A connection to a document store within a Stardog database.
- Since:
- 4.2
- Version:
- 6.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.docs.StardocsConnection
clear, deleteDocument, documentCount, getDocument, putDocument, putDocument, putDocument, putDocument, reindex, reindex
-
-