| Package | Description |
|---|---|
| org.openrdf.sail.rdbms | |
| org.openrdf.sail.rdbms.managers | |
| org.openrdf.sail.rdbms.model |
| Modifier and Type | Method and Description |
|---|---|
RdbmsURI |
RdbmsValueFactory.asRdbmsURI(URI uri) |
RdbmsURI |
RdbmsValueFactory.createURI(String uri) |
RdbmsURI |
RdbmsValueFactory.createURI(String namespace,
String localName) |
| Modifier and Type | Method and Description |
|---|---|
Number |
RdbmsValueFactory.getPredicateId(RdbmsURI predicate) |
| Modifier and Type | Method and Description |
|---|---|
Number |
PredicateManager.getIdOfPredicate(RdbmsURI uri) |
protected void |
UriManager.insert(Number id,
RdbmsURI resource) |
protected String |
UriManager.key(RdbmsURI value) |
| Modifier and Type | Method and Description |
|---|---|
RdbmsURI |
RdbmsStatement.getPredicate() |
| Constructor and Description |
|---|
RdbmsStatement(RdbmsResource subject,
RdbmsURI predicate,
RdbmsValue object) |
RdbmsStatement(RdbmsResource subject,
RdbmsURI predicate,
RdbmsValue object,
RdbmsResource context) |
Copyright © 2001-2014 Aduna. All Rights Reserved.