| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail | RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | 
| org.eclipse.rdf4j.sail.helpers | Abstract base implementation and internal helper classes for Sail implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailConnection. begin(IsolationLevel level)Begins a transaction with the specified  IsolationLevellevel, requiringSailConnection.commit()orSailConnection.rollback()to be called to close the transaction. | 
| boolean | SailConnection. isActive()Indicates if a transaction is currently active on the connection. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SailConnectionWrapper. isActive() | 
| boolean | AbstractSailConnection. isActive() | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.