|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RdbmsValue | |
|---|---|
| org.openrdf.sail.rdbms | |
| org.openrdf.sail.rdbms.managers | |
| org.openrdf.sail.rdbms.managers.base | |
| org.openrdf.sail.rdbms.model | |
| Uses of RdbmsValue in org.openrdf.sail.rdbms |
|---|
| Methods in org.openrdf.sail.rdbms that return RdbmsValue | |
|---|---|
RdbmsValue |
RdbmsValueFactory.asRdbmsValue(Value value)
|
| Uses of RdbmsValue in org.openrdf.sail.rdbms.managers |
|---|
| Methods in org.openrdf.sail.rdbms.managers with parameters of type RdbmsValue | |
|---|---|
void |
HashManager.assignId(RdbmsValue value,
int version)
|
void |
HashManager.lookupId(RdbmsValue value)
|
| Uses of RdbmsValue in org.openrdf.sail.rdbms.managers.base |
|---|
| Classes in org.openrdf.sail.rdbms.managers.base with type parameters of type RdbmsValue | |
|---|---|
class |
ValueManagerBase<V extends RdbmsValue>
|
| Uses of RdbmsValue in org.openrdf.sail.rdbms.model |
|---|
| Subclasses of RdbmsValue in org.openrdf.sail.rdbms.model | |
|---|---|
class |
RdbmsBNode
Wraps a BNodeImpl providing an internal id and version. |
class |
RdbmsLiteral
Wraps a LiteralImpl providing an internal id and version. |
class |
RdbmsResource
Provides an internal id and version for URI and BNodes. |
class |
RdbmsURI
Wraps a URIImpl providing an internal id and version. |
| Methods in org.openrdf.sail.rdbms.model that return RdbmsValue | |
|---|---|
RdbmsValue |
RdbmsStatement.getObject()
|
| Constructors in org.openrdf.sail.rdbms.model with parameters of type RdbmsValue | |
|---|---|
RdbmsStatement(RdbmsResource subject,
RdbmsURI predicate,
RdbmsValue object)
|
|
RdbmsStatement(RdbmsResource subject,
RdbmsURI predicate,
RdbmsValue object,
RdbmsResource context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||