Package com.clarkparsia.stardog.api

Provides the core SNARL (Stardog Native API for the RDF Language) classes and interfaces for programmatic access to the Stardog DBMS.

See:
          Description

Interface Summary
Adder Interface for adding RDF to a Stardog database via a connection.
Connection Interface for a connection to a Stardog database.
ConnectionPool A pool of Stardog connections.
ConnectionView<I extends Connection,O extends Connection> Interface to provide conversion of the 'view' of a connection to another type of connection.
Driver The interface that any Driver must implement.
Getter Interface for retrieving statements from a Stardog database.
IO IO interface for reading RDF data from various input sources.
Namespaces A simple class used for management of namespaces.
Query Object for executing a query against a Stardog database.
Remover Interface for an object which can remove RDF data from a Stardog database.
 

Class Summary
ConnectionConfiguration Simple class to create connection strings, and connections, for Stardog.
ConnectionPoolConfig A configuration object for creating connection pools.
ConnectionViews Utility class to support the polymorphic views of a connection.
DriverManager Service for obtaining instances of Drivers and Connection instances.
 

Package com.clarkparsia.stardog.api Description

Provides the core SNARL (Stardog Native API for the RDF Language) classes and interfaces for programmatic access to the Stardog DBMS. The SNARL Connection class provides the ability to manipulate data and perform SPARQL queries against a Stardog database.



Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.