Package | Description |
---|---|
org.openrdf.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
Modifier and Type | Method and Description |
---|---|
TxnStatus |
MemStatement.getTxnStatus() |
static TxnStatus |
TxnStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxnStatus[] |
TxnStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MemStatement.setTxnStatus(TxnStatus txnStatus) |
Constructor and Description |
---|
MemStatement(MemResource subject,
MemURI predicate,
MemValue object,
MemResource context,
boolean explicit,
int sinceSnapshot,
TxnStatus txnStatus)
Creates a new MemStatement with the supplied subject, predicate, object
and context.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.