Class StardogConnector
A Stardog connector for connecting to Stardog servers running the latest version, currently this is version 3.*.
Inheritance
System.Object
StardogConnector
Implements
System.IDisposable
Inherited Members
BaseStardogConnector.Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object)
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 SourceStardogConnector(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. |
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. |
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. |
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
System.IDisposable