Package org.jrdf.connection

Provides classes for connecting to JRDF (and hence to JRDF supported stores) to allow textual queries to be sent.

See:
          Description

Interface Summary
JrdfConnection A connection through which to send textual commands.
 

Class Summary
JrdfConnectionFactory Returns query oriented connections to a graph.
 

Exception Summary
JrdfConnectionException Indicates that a connection error occured while connected/ing to a graph.
 

Package org.jrdf.connection Description

Provides classes for connecting to JRDF (and hence to JRDF supported stores) to allow textual queries to be sent.

This package is the rough equivalent to JDBC for relational databases.