Show / Hide Table of Contents

Class StardogConnector

A Stardog connector for connecting to Stardog servers running the latest version, currently this is version 3.*.
Inheritance
System.Object
BaseHttpConnector
BaseAsyncHttpConnector
BaseStardogConnector
StardogV1Connector
StardogV2Connector
StardogV3Connector
StardogConnector
Implements
IAsyncTransactionalStorage
IConfigurationSerializable
ITransactionalStorage
IReasoningQueryableStorage
IUpdateableStorage
IQueryableStorage
IStorageProvider
IAsyncUpdateableStorage
IAsyncQueryableStorage
IAsyncStorageProvider
IStorageCapabilities
System.IDisposable
Inherited Members
StardogV3Connector.Reasoning
StardogV3Connector.AddStardogHeaders(HttpWebRequest)
StardogV2Connector.GetReasoningParameter()
StardogV2Connector.Update(String)
StardogV2Connector.Update(String, AsyncStorageCallback, Object)
BaseStardogConnector.AnonymousUser
BaseStardogConnector.Server
BaseStardogConnector.BaseUri
BaseStardogConnector.KbId
BaseStardogConnector.IOBehaviour
BaseStardogConnector.ListGraphsSupported
BaseStardogConnector.IsReady
BaseStardogConnector.IsReadOnly
BaseStardogConnector.UpdateSupported
BaseStardogConnector.DeleteSupported
BaseStardogConnector.ParentServer
BaseStardogConnector.Query(String)
BaseStardogConnector.Query(String, Boolean)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String, Boolean)
BaseStardogConnector.LoadGraph(IGraph, Uri)
BaseStardogConnector.LoadGraph(IRdfHandler, Uri)
BaseStardogConnector.LoadGraph(IGraph, String)
BaseStardogConnector.LoadGraph(IRdfHandler, String)
BaseStardogConnector.SaveGraph(IGraph)
BaseStardogConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>)
BaseStardogConnector.DeleteGraph(Uri)
BaseStardogConnector.DeleteGraph(String)
BaseStardogConnector.ListGraphs()
BaseStardogConnector.AsyncParentServer
BaseStardogConnector.SaveGraph(IGraph, AsyncStorageCallback, Object)
BaseStardogConnector.SaveGraphAsync(IGraph, AsyncStorageCallback, Object)
BaseStardogConnector.SaveGraphAsync(String, Boolean, IGraph, AsyncStorageCallback, Object)
BaseStardogConnector.LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)
BaseStardogConnector.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseStardogConnector.UpdateGraphAsync(String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseStardogConnector.UpdateGraphAsync(String, Boolean, String, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseStardogConnector.DeleteGraph(String, AsyncStorageCallback, Object)
BaseStardogConnector.DeleteGraphAsync(String, Boolean, String, AsyncStorageCallback, Object)
BaseStardogConnector.Query(String, AsyncStorageCallback, Object)
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
BaseStardogConnector.CreateRequest(String, String, String, Dictionary<String, String>)
BaseStardogConnector.BeginTransaction(Boolean)
BaseStardogConnector.CommitTransaction(String)
BaseStardogConnector.RollbackTransaction(String)
BaseStardogConnector.Begin()
BaseStardogConnector.Begin(Boolean)
BaseStardogConnector.Commit()
BaseStardogConnector.Rollback()
BaseStardogConnector.Begin(AsyncStorageCallback, Object)
BaseStardogConnector.Commit(AsyncStorageCallback, Object)
BaseStardogConnector.Rollback(AsyncStorageCallback, Object)
BaseStardogConnector.Dispose()
BaseStardogConnector.ToString()
BaseStardogConnector.SerializeConfiguration(ConfigurationSerializationContext)
BaseAsyncHttpConnector.LoadGraph(IGraph, Uri, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.LoadGraph(IGraph, String, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.LoadGraphAsync(HttpWebRequest, IRdfHandler, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.SaveGraphAsync(HttpWebRequest, IRdfWriter, IGraph, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.UpdateGraphAsync(HttpWebRequest, IRdfWriter, Uri, IEnumerable<Triple>, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.DeleteGraph(Uri, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.DeleteGraphAsync(HttpWebRequest, Boolean, String, AsyncStorageCallback, Object)
BaseAsyncHttpConnector.ListGraphs(AsyncStorageCallback, Object)
BaseAsyncHttpConnector.MakeRequestSequence(IEnumerable<HttpWebRequest>, AsyncStorageCallback, Object)
BaseHttpConnector.SetProxy(String)
BaseHttpConnector.SetProxy(Uri)
BaseHttpConnector.Proxy
BaseHttpConnector.ClearProxy()
BaseHttpConnector.SetProxyCredentials(String, String)
BaseHttpConnector.SetProxyCredentials(String, String, String)
BaseHttpConnector.ProxyCredentials
BaseHttpConnector.ClearProxyCredentials()
BaseHttpConnector.Timeout
BaseHttpConnector.Username
BaseHttpConnector.Password
BaseHttpConnector.ApplyRequestOptions(HttpWebRequest)
BaseHttpConnector.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(String, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public class StardogConnector : StardogV3Connector, IAsyncTransactionalStorage, IConfigurationSerializable, ITransactionalStorage, IReasoningQueryableStorage, IUpdateableStorage, IQueryableStorage, IStorageProvider, IAsyncUpdateableStorage, IAsyncQueryableStorage, IAsyncStorageProvider, IStorageCapabilities, IDisposable

Constructors

| Improve this Doc View Source

StardogConnector(String, String)

Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.String kbID Knowledge Base (i.e. Database) ID.
| Improve this Doc View Source

StardogConnector(String, String, IWebProxy)

Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID, IWebProxy proxy)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.String kbID Knowledge Base (i.e. Database) ID.
System.Net.IWebProxy proxy Proxy Server.
| Improve this Doc View Source

StardogConnector(String, String, String, String)

Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID, string username, string password)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.String kbID Knowledge Base (i.e. Database) ID.
System.String username Username.
System.String password Password.
| Improve this Doc View Source

StardogConnector(String, String, String, String, IWebProxy)

Creates a new connection to a Stardog Store.
Declaration
public StardogConnector(string baseUri, string kbID, string username, string password, IWebProxy proxy)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
System.String kbID Knowledge Base (i.e. Database) ID.
System.String username Username.
System.String password Password.
System.Net.IWebProxy proxy Proxy Server.

Implements

IAsyncTransactionalStorage
IConfigurationSerializable
ITransactionalStorage
IReasoningQueryableStorage
IUpdateableStorage
IQueryableStorage
IStorageProvider
IAsyncUpdateableStorage
IAsyncQueryableStorage
IAsyncStorageProvider
IStorageCapabilities
System.IDisposable

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StardogConnector(String, String)
    • StardogConnector(String, String, IWebProxy)
    • StardogConnector(String, String, String, String)
    • StardogConnector(String, String, String, String, IWebProxy)
  • Implements
  • Extension Methods
Back to top Generated by DocFX