|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RdfSource | |
| org.openrdf.sesame.sailimpl.omm.versioning | |
| org.openrdf.sesame.sailimpl.rdbms | A generic SAIL implementation for relational databases. |
| org.openrdf.sesame.sailimpl.rdbms.iterators | |
| org.openrdf.sesame.sailimpl.rdbms.model | |
| Uses of RdfSource in org.openrdf.sesame.sailimpl.omm.versioning |
| Subclasses of RdfSource in org.openrdf.sesame.sailimpl.omm.versioning | |
class |
VersioningRdbmsSail
Title: Description: Copyright: Copyright (c) 2003 Company: |
| Uses of RdfSource in org.openrdf.sesame.sailimpl.rdbms |
| Subclasses of RdfSource in org.openrdf.sesame.sailimpl.rdbms | |
class |
RdfRepository
A portable implementation of the RdfRepository interface for relational databases, based on (a subset of) the SQL2/SQL92 standard. |
class |
RdfSchemaRepository
A portable implementation of the RdfSchemaRepository interface for relational databases. |
| Constructors in org.openrdf.sesame.sailimpl.rdbms with parameters of type RdfSource | |
RdbmsPathExpression(RdfSource creator,
RDBMS rdbms,
List varList,
String sqlQuery)
Constructor. |
|
| Uses of RdfSource in org.openrdf.sesame.sailimpl.rdbms.iterators |
| Constructors in org.openrdf.sesame.sailimpl.rdbms.iterators with parameters of type RdfSource | |
RdbmsValueIterator(RdfSource source,
String[] namespaceNames,
Connection databaseCon,
String query)
Constructor. |
|
RdbmsStatementIterator(RdfSource source,
String[] namespaceNames,
Connection databaseCon,
String queryResources,
String queryLiterals,
Resource subject,
URI predicate,
Value object)
Constructor. |
|
RdbmsResourceIterator(RdfSource source,
String[] namespaceNames,
Connection databaseCon,
String query)
Constructor. |
|
RdbmsLiteralIterator(RdfSource source,
String[] namespaceNames,
Connection databaseCon,
String query)
Constructor. |
|
| Uses of RdfSource in org.openrdf.sesame.sailimpl.rdbms.model |
| Methods in org.openrdf.sesame.sailimpl.rdbms.model that return RdfSource | |
RdfSource |
IdValue.getRdfSource()
Returns the RdfSource that contains this IdValue. |
RdfSource |
IdURI.getRdfSource()
|
RdfSource |
IdLiteral.getRdfSource()
|
RdfSource |
IdBNode.getRdfSource()
|
| Constructors in org.openrdf.sesame.sailimpl.rdbms.model with parameters of type RdfSource | |
IdURI(RdfSource source,
String uri,
int internalId)
|
|
IdURI(RdfSource source,
String namespace,
String localname,
int internalId)
|
|
IdURI(RdfSource source,
URI uri,
int internalId)
|
|
IdLiteral(RdfSource source,
String label,
int internalId)
|
|
IdLiteral(RdfSource source,
String label,
String lang,
int internalId)
|
|
IdLiteral(RdfSource source,
String label,
URI datatype,
int internalId)
|
|
IdBNode(RdfSource source,
String nodeID,
int internalId)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||