public class ReadOnlyStatementState extends Object implements StatementState
| Constructor and Description |
|---|
ReadOnlyStatementState(org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasTxState() |
boolean |
hasTxStateWithChanges() |
org.neo4j.kernel.impl.api.IndexReaderFactory |
indexReaderFactory() |
org.neo4j.kernel.impl.api.LockHolder |
locks() |
org.neo4j.kernel.impl.api.state.TxState |
txState() |
public ReadOnlyStatementState(org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory)
public org.neo4j.kernel.impl.api.LockHolder locks()
locks in interface StatementStatepublic org.neo4j.kernel.impl.api.state.TxState txState()
txState in interface org.neo4j.kernel.impl.api.state.TxState.Holderpublic boolean hasTxState()
hasTxState in interface org.neo4j.kernel.impl.api.state.TxState.Holderpublic boolean hasTxStateWithChanges()
hasTxStateWithChanges in interface org.neo4j.kernel.impl.api.state.TxState.Holderpublic org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory()
indexReaderFactory in interface StatementStatepublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface StatementStateCopyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.