Uses of Class
org.openrdf.sail.memory.model.TxnStatus

Packages that use TxnStatus
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
 

Uses of TxnStatus in org.openrdf.sail.memory.model
 

Methods in org.openrdf.sail.memory.model that return TxnStatus
 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.
 

Methods in org.openrdf.sail.memory.model with parameters of type TxnStatus
 void MemStatement.setTxnStatus(TxnStatus txnStatus)
           
 

Constructors in org.openrdf.sail.memory.model with parameters of type TxnStatus
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-2012 Aduna. All Rights Reserved.