public class Statement extends Object implements org.neo4j.kernel.impl.api.state.TxState.Holder, Closeable
| Constructor and Description |
|---|
Statement(org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory,
LabelScanStore labelScanStore,
org.neo4j.kernel.impl.api.state.TxState.Holder txStateHolder,
org.neo4j.kernel.impl.api.LockHolder lockHolder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IndexReader |
getIndexReader(long indexId) |
LabelScanReader |
getLabelScanReader() |
boolean |
hasTxState() |
boolean |
hasTxStateWithChanges() |
org.neo4j.kernel.impl.api.LockHolder |
locks() |
org.neo4j.kernel.impl.api.state.TxState |
txState() |
public Statement(org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory, LabelScanStore labelScanStore, org.neo4j.kernel.impl.api.state.TxState.Holder txStateHolder, org.neo4j.kernel.impl.api.LockHolder lockHolder)
public 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 void close()
close in interface Closeableclose in interface AutoCloseablepublic org.neo4j.kernel.impl.api.LockHolder locks()
public IndexReader getIndexReader(long indexId) throws IndexNotFoundKernelException
IndexNotFoundKernelExceptionpublic LabelScanReader getLabelScanReader()
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.